mirror of
https://github.com/xai-org/grok-1.git
synced 2025-07-06 15:54:59 +03:00
Compare commits
3 Commits
main
...
0562dbd964
Author | SHA1 | Date | |
---|---|---|---|
0562dbd964 | |||
ac5ee50129 | |||
7096b37233 |
@ -42,7 +42,12 @@ You can download the weights using a torrent client and this magnet link:
|
|||||||
magnet:?xt=urn:btih:5f96d43576e3d386c9ba65b883210a393b68210e&tr=https%3A%2F%2Facademictorrents.com%2Fannounce.php&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
|
magnet:?xt=urn:btih:5f96d43576e3d386c9ba65b883210a393b68210e&tr=https%3A%2F%2Facademictorrents.com%2Fannounce.php&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
|
||||||
```
|
```
|
||||||
|
|
||||||
or directly using [HuggingFace 🤗 Hub](https://huggingface.co/xai-org/grok-1):
|
using IPFS CID (blake3):
|
||||||
|
```
|
||||||
|
bafyb4id5xdepghz5pvplhylgz7scjkoefh4d34j4kdw2w5hzrblv3uwbw4
|
||||||
|
```
|
||||||
|
|
||||||
|
or directly using HuggingFace:
|
||||||
```
|
```
|
||||||
git clone https://github.com/xai-org/grok-1.git && cd grok-1
|
git clone https://github.com/xai-org/grok-1.git && cd grok-1
|
||||||
pip install huggingface_hub[hf_transfer]
|
pip install huggingface_hub[hf_transfer]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dm_haiku==0.0.12
|
dm_haiku==0.0.12
|
||||||
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
jax[cuda12_pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
sentencepiece==0.2.0
|
sentencepiece==0.2.0
|
||||||
|
Reference in New Issue
Block a user