Point to correct commit
Browse files
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
|
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.
|