LG-AI-EXAONE commited on
Commit
4cb566f
1 Parent(s): 70ea954

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -38,12 +38,7 @@ This repository contains the AWQ-quantized weights of the instruction-tuned 2.4B
38
 
39
  ## Quickstart
40
 
41
- We recommend to use `transformers` v4.43 or later.
42
- You also need to install the latest version of `AutoAWQ` library, which can be installed by the following command:
43
-
44
- ```bash
45
- pip install git+https://github.com/casper-hansen/AutoAWQ.git
46
- ```
47
 
48
  Here is the code snippet to run conversational inference with the model:
49
 
 
38
 
39
  ## Quickstart
40
 
41
+ We recommend to use `transformers>=4.43` and `autoawq>=0.2.7.post3`.
 
 
 
 
 
42
 
43
  Here is the code snippet to run conversational inference with the model:
44