Skip to content

Commit f13157c

Browse files
authored
docs: ddd error prompts when installing VSR using Docker Compose. (vllm-project#470)
* docs: ddd error prompts when installing VSR using Docker Compose. Signed-off-by: yuluo-yx <[email protected]> * add hf_transfer pkg Signed-off-by: yuluo-yx <[email protected]> --------- Signed-off-by: yuluo-yx <[email protected]>
1 parent 07073bd commit f13157c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

website/docs/installation/docker-compose.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

website/docs/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)