Skip to content

Commit 3d55f5c

Browse files
Mention the need to request access to Llama models in 2025-01-27-intro-to-llama-stack-with-vllm.md (#23)
1 parent 55403d3 commit 3d55f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-27-intro-to-llama-stack-with-vllm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this article, we will demonstrate the functionality through the remote vLLM i
4141

4242
### Start vLLM Server
4343

44-
We first download the "Llama-3.2-1B-Instruct" model using the [Hugging Face CLI](https://huggingface.co/docs/huggingface_hub/main/en/guides/cli). Note that you'll need to specify your Hugging Face token when logging in.
44+
We first download the "Llama-3.2-1B-Instruct" model using the [Hugging Face CLI](https://huggingface.co/docs/huggingface_hub/main/en/guides/cli). Note that you'll need to [request for access](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) and then specify your Hugging Face token when logging in.
4545

4646
```bash
4747
mkdir /tmp/test-vllm-llama-stack

0 commit comments

Comments
 (0)