hh2017 commited on
Commit
e4f6a3b
1 Parent(s): d3ffb36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,10 +20,11 @@ This repo contains GPTQ model files for [AceGPT 2 7B Chat](https://huggingface.c
20
 
21
  ### Install the necessary packages
22
 
23
- Requires: Transformers 4.32.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
 
24
 
25
  ```shell
26
- pip3 install transformers>=4.32.0 optimum>=1.12.0
27
  pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
28
  ```
29
 
 
20
 
21
  ### Install the necessary packages
22
 
23
+ Requires: Transformers 4.32.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
24
+
25
 
26
  ```shell
27
+ pip3 install transformers>=4.32.0 optimum>=1.12.0 #See requirements.py for verified versions.
28
  pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
29
  ```
30