Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Averyanov 899809f0ff Merge branch 'main' into add-ipfs 2024-03-18 23:06:54 +03:00
Szymon Tworkowski d6d9447e2d Update huggingface link 2024-03-18 11:40:01 -07:00
Lve Lvee 7207216386 Create .gitignore for checkpoints (#149)
ignore the checkpoints files
2024-03-18 11:01:17 -07:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
checkpoints/*
!checkpoints/README.md
+1 -1
View File
@@ -47,7 +47,7 @@ using IPFS CID (blake3):
bafyb4id5xdepghz5pvplhylgz7scjkoefh4d34j4kdw2w5hzrblv3uwbw4 bafyb4id5xdepghz5pvplhylgz7scjkoefh4d34j4kdw2w5hzrblv3uwbw4
``` ```
or directly using HuggingFace: or directly using [HuggingFace 🤗 Hub](https://huggingface.co/xai-org/grok-1):
``` ```
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]