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 1 commit
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
Prev Previous commit
Next Next commit
Update docs/source/quicktour.md
Co-authored-by: vb <vaibhavs10@gmail.com>
  • Loading branch information
ariG23498 and Vaibhavs10 authored Sep 23, 2024
commit f92ff5cdab0644ca0558e890002e3e6ba8964759
2 changes: 1 addition & 1 deletion docs/source/quicktour.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data \

<Tip>

If you’re looking to serve gated or private models, which provide
If you want to serve gated or private models, which provide
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.
Expand Down
Loading