Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,9 @@ pipeline_tag: text-generation
|
|
37 |
|
38 |
### Requirements
|
39 |
The code of Qwen2.5 has been in the latest Hugging face transformers and we advise you to use the latest version of transformers.
|
|
|
|
|
|
|
40 |
```
|
41 |
pip install autoawq -q
|
42 |
pip install --upgrade torch -q
|
|
|
37 |
|
38 |
### Requirements
|
39 |
The code of Qwen2.5 has been in the latest Hugging face transformers and we advise you to use the latest version of transformers.
|
40 |
+
|
41 |
+
* [**Run example in Collab**](https://colab.research.google.com/drive/1gQmvUVUmnepi6i2As67bHoscnRl6uwKY?usp=sharing)
|
42 |
+
|
43 |
```
|
44 |
pip install autoawq -q
|
45 |
pip install --upgrade torch -q
|