From 7207216386e07206b2083c5c0be88db1add8e631 Mon Sep 17 00:00:00 2001 From: Lve Lvee <25785753+lvelvee@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:01:17 +0800 Subject: [PATCH 1/2] Create .gitignore for checkpoints (#149) ignore the checkpoints files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24d0d7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +checkpoints/* +!checkpoints/README.md From d6d9447e2d3c9bd81da571dc8681ea60009e4c03 Mon Sep 17 00:00:00 2001 From: Szymon Tworkowski <44476995+syzymon@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:40:01 -0700 Subject: [PATCH 2/2] Update huggingface link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d9b61..f501a07 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ 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 ``` -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 pip install huggingface_hub[hf_transfer]