From 615c28eac163db14ad8f20edde50f1f954642d2b Mon Sep 17 00:00:00 2001 From: Saurav Muralidharan Date: Mon, 22 Jul 2024 13:53:51 -0700 Subject: [PATCH] Point to correct commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbddea..139c308 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The [PR](https://github.com/huggingface/transformers/pull/31699) to support our ``` git clone git@github.com:suiyoubi/transformers.git cd transformers -git checkout aot/nemotron-support +git checkout 63d9cb0 pip install . ``` The following code provides an example of how to load the Minitron-8B model and use it to perform text generation.