Point to correct commit

This commit is contained in:
Saurav Muralidharan
2024-07-22 13:53:51 -07:00
parent 06da12d131
commit 615c28eac1

View File

@@ -20,7 +20,7 @@ The [PR](https://github.com/huggingface/transformers/pull/31699) to support our
``` ```
git clone git@github.com:suiyoubi/transformers.git git clone git@github.com:suiyoubi/transformers.git
cd transformers cd transformers
git checkout aot/nemotron-support git checkout 63d9cb0
pip install . pip install .
``` ```
The following code provides an example of how to load the Minitron-8B model and use it to perform text generation. The following code provides an example of how to load the Minitron-8B model and use it to perform text generation.