mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
Add some intro text + docker installation link before code snippet
This commit is contained in:
parent
83c93f352a
commit
00c697e587
@ -1,6 +1,8 @@
|
||||
# Launching with Docker
|
||||
|
||||
The easiest way of getting started is using the official Docker container:
|
||||
The easiest way of getting started is using the official Docker container. Install Docker following [their installation instructions](https://docs.docker.com/get-docker/).
|
||||
|
||||
Let's say you want to deploy [Falcon-7B Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct) model with TGI. Here is an example on how to do that:
|
||||
|
||||
```shell
|
||||
model=tiiuae/falcon-7b-instruct
|
||||
|
Loading…
Reference in New Issue
Block a user