Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding note for private models in quick-tour document #2548

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/quicktour.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data \
--model-id $model
```

<Tip>

If you’re looking to serve gated or private models, which provide
ariG23498 marked this conversation as resolved.
Show resolved Hide resolved
controlled access to sensitive or proprietary content, check out
ariG23498 marked this conversation as resolved.
Show resolved Hide resolved
[this guide](https://huggingface.co/docs/text-generation-inference/en/basic_tutorials/gated_model_access)
for detailed instructions.

</Tip>

### Supported hardware

TGI supports various hardware. Make sure to check the [Using TGI with Nvidia GPUs](./installation_nvidia), [Using TGI with AMD GPUs](./installation_amd), [Using TGI with Intel GPUs](./installation_intel), [Using TGI with Gaudi](./installation_gaudi), [Using TGI with Inferentia](./installation_inferentia) guides depending on which hardware you would like to deploy TGI on.
Expand Down
Loading