Ponimash commited on
Commit
53ac632
1 Parent(s): 479f2a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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