|
@@ -12,11 +12,17 @@ pip install -e .
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
-特斯拉开源 grok 模型,上面是 openai开源的:
|
|
|
|
|
|
+特斯拉24年最新开源 grok 模型,上面是 openai 21年开源的:
|
|
|
|
|
|
```
|
|
```
|
|
git clone https://github.com/xai-org/grok-1
|
|
git clone https://github.com/xai-org/grok-1
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|
|
python run.py
|
|
python run.py
|
|
-```
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+git clone https://github.com/xai-org/grok-1.git && cd grok-1
|
|
|
|
+pip install huggingface_hub[hf_transfer]
|
|
|
|
+huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+使用 huggingface 下载模型权重,包含非常多的权重文件 https://huggingface.co/xai-org/grok-1/tree/main
|