Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
git clone https://github.com/xai-org/grok-1.git && cd grok-1
|
2 |
+
pip install huggingface_hub[hf_transfer]
|
3 |
+
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
|