NeMo
PyTorch
nemotron
srvm commited on
Commit
615c28e
·
1 Parent(s): 06da12d

Point to correct commit

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-8B 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-8B model and use it to perform text generation.