Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/L1/LlamaIndex/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
os.system('huggingface-cli download --resume-download sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 --local-dir /root/model/sentence-transformer')
```

然后,在 /root/data 目录下执行该脚本即可自动开始下载:
然后,在 /root/llamaindex_demo 目录下执行该脚本即可自动开始下载:
```bash
cd /root/llamaindex_demo
conda activate llamaindex
python download_hf.py
```
Expand Down