Skip to content

Commit b7d554a

Browse files
authored
fix download_hf loc (#1411)
modify description to /root/llamaindex_demo add cd /root/llamaindex_demo to command
1 parent 4e12579 commit b7d554a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/L1/LlamaIndex/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
9292
os.system('huggingface-cli download --resume-download sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 --local-dir /root/model/sentence-transformer')
9393
```
9494

95-
然后,在 /root/data 目录下执行该脚本即可自动开始下载:
95+
然后,在 /root/llamaindex_demo 目录下执行该脚本即可自动开始下载:
9696
```bash
97+
cd /root/llamaindex_demo
9798
conda activate llamaindex
9899
python download_hf.py
99100
```

0 commit comments

Comments
 (0)