We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e12579 commit b7d554aCopy full SHA for b7d554a
docs/L1/LlamaIndex/readme.md
@@ -92,8 +92,9 @@ os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
92
os.system('huggingface-cli download --resume-download sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 --local-dir /root/model/sentence-transformer')
93
```
94
95
-然后,在 /root/data 目录下执行该脚本即可自动开始下载:
+然后,在 /root/llamaindex_demo 目录下执行该脚本即可自动开始下载:
96
```bash
97
+cd /root/llamaindex_demo
98
conda activate llamaindex
99
python download_hf.py
100
0 commit comments