"vscode:/vscode.git/clone" did not exist on "c961ce9226dd263af1d898c02c0afae0ed702f7d"
Commit 2dc606a5 authored by Rayyyyy's avatar Rayyyyy
Browse files

Update download type in README

parent 049925cc
...@@ -109,11 +109,12 @@ python run.py ...@@ -109,11 +109,12 @@ python run.py
## 预训练权重 ## 预训练权重
下载地址[huggingface_grok-1](https://hf-mirror.com/xai-org/grok-1) 下载地址[huggingface_grok-1](https://hf-mirror.com/xai-org/grok-1)
也可以直接使用`./checkpoints/down_models.py`进行下载,模型默认保存地址为:`~/.cache/modelscope/hub/cjc1887415157/grok-1/` 下载方法
```bash ```bash
python ./checkpoints/down_models.py pip install -U huggingface_hub hf_transfer
mv ~/.cache/modelscope/hub/cjc1887415157/grok-1/ckpt-0 ./ export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
``` ```
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment