Skip to content

Commit

Permalink
[Docs] Fix typo in file path: correct from \root\data to /root/data (I…
Browse files Browse the repository at this point in the history
…nternLM#188)

Update file path in langchain/README.md: Correct \root\data to /root/data in installation instructions
  • Loading branch information
seifer08ms authored Jan 10, 2024
1 parent 4a313cc commit f4dac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ 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/data/model/sentence-transformer')
```

然后,在 `\root\data` 目录下执行该脚本即可自动开始下载:
然后,在 `/root/data` 目录下执行该脚本即可自动开始下载:

```bash
python download_hf.py
Expand Down

0 comments on commit f4dac5e

Please sign in to comment.