jklj077 commited on
Commit
d51fe9e
1 Parent(s): 1bfc5c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  license_name: qwen
4
- license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
5
  language:
6
  - en
7
  pipeline_tag: text-generation
@@ -43,6 +43,8 @@ With `transformers<4.37.0`, you will encounter the following error:
43
  KeyError: 'qwen2'
44
  ```
45
 
 
 
46
  ## Quickstart
47
 
48
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
 
1
  ---
2
  license: other
3
  license_name: qwen
4
+ license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct-AWQ/blob/main/LICENSE
5
  language:
6
  - en
7
  pipeline_tag: text-generation
 
43
  KeyError: 'qwen2'
44
  ```
45
 
46
+ Also check out our [AWQ documentation](https://qwen.readthedocs.io/en/latest/quantization/awq.html) for more usage guide.
47
+
48
  ## Quickstart
49
 
50
  Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.