File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
website/docs/installation Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This guide provides step-by-step instructions for deploying the vLLM Semantic Ro
2020- ** Download classification models (≈1.5GB, first run only):**
2121
2222 ``` bash
23+ # Tips: If you encounter this error 'hf: command not found', run 'pip install huggingface_hub hf_transfer'.
2324 make download-models
2425 ```
2526
@@ -39,13 +40,13 @@ This guide provides step-by-step instructions for deploying the vLLM Semantic Ro
3940
4041 ``` bash
4142 # For Debian / Ubuntu
42- sudo apt-get update
43+ sudo apt-get update
4344 sudo apt-get install -y docker-compose-plugin
4445
4546 # For RHEL / CentOS / Fedora
46- sudo yum update -y
47+ sudo yum update -y
4748 sudo yum install -y docker-compose-plugin
48-
49+
4950 # Verify
5051 docker compose version
5152 ```
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ python --version
6767#### Install HuggingFace CLI
6868
6969``` bash
70- pip install huggingface_hub
70+ pip install huggingface_hub hf_transfer
7171```
7272
7373### 3. Build the Project
You can’t perform that action at this time.
0 commit comments