Fix the checkpoints directory name

This commit is contained in:
Jason Song 2024-03-18 13:40:53 +08:00 committed by GitHub
parent e50578b5f5
commit f708d62629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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