From f708d626299bd1ff24c084f13b3175b41bcf6b15 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 18 Mar 2024 13:40:53 +0800 Subject: [PATCH] Fix the checkpoints directory name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaded5c..3ac3b0d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains JAX example code for loading and running the Grok-1 open-weights model. -Make sure to download the checkpoint and place `ckpt-0` directory in `checkpoint`. +Make sure to download the checkpoint and place `ckpt-0` directory in `checkpoints`. Then, run ```shell