From b2ce5decfa7a5f9f46a3685a5352f612d74eafce Mon Sep 17 00:00:00 2001 From: jlchen5 Date: Tue, 19 Mar 2024 14:57:41 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f501a07..2ce2fc4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Grok-1 This repository contains JAX example code for loading and running the Grok-1 open-weights model. +```bash +git clone https://github.com/xai-org/grok-1 +cd grok-1 +``` Make sure to download the checkpoint and place the `ckpt-0` directory in `checkpoints` - see [Downloading the weights](#downloading-the-weights)