Text Generation
Transformers
PyTorch
NeMo
English
nemotron
nvidia
llama-3
srvm commited on
Commit
e3f411e
·
1 Parent(s): dd5c82d

Point to the correct commit ID

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ The [PR](https://github.com/huggingface/transformers/pull/31699) to support our
20
  ```
21
  git clone git@github.com:suiyoubi/transformers.git
22
  cd transformers
23
- git checkout aot/nemotron-support
24
  pip install .
25
  ```
26
  The following code provides an example of how to load the Minitron-4B model and use it to perform text generation.
 
20
  ```
21
  git clone git@github.com:suiyoubi/transformers.git
22
  cd transformers
23
+ git checkout 63d9cb0
24
  pip install .
25
  ```
26
  The following code provides an example of how to load the Minitron-4B model and use it to perform text generation.