File size: 280 Bytes
00cc94b | 1 2 3 4 5 6 | 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
pip install -r requirements.txt
python run.py
|