TheBloke commited on
Commit
c32a7cc
1 Parent(s): 3bec295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -92,15 +92,12 @@ Models are released as sharded safetensors files.
92
  Requires:
93
 
94
  - Transformers from [commit 72958fcd3c98a7afdc61f953aa58c544ebda2f79](https://github.com/huggingface/transformers/commit/72958fcd3c98a7afdc61f953aa58c544ebda2f79)
95
- - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) from [PR #79](https://github.com/casper-hansen/AutoAWQ/pull/79).
96
 
97
  ```shell
98
  pip3 install git+https://github.com/huggingface/transformers.git@72958fcd3c98a7afdc61f953aa58c544ebda2f79
99
 
100
- git clone https://github.com/casper-hansen/AutoAWQ
101
- cd AutoAWQ
102
- git checkout mistral
103
- pip3 install .
104
  ```
105
 
106
  ### You can then try the following example code
 
92
  Requires:
93
 
94
  - Transformers from [commit 72958fcd3c98a7afdc61f953aa58c544ebda2f79](https://github.com/huggingface/transformers/commit/72958fcd3c98a7afdc61f953aa58c544ebda2f79)
95
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) from [commit 1c5ccc791fa2cb0697db3b4070df1813f1736208](https://github.com/casper-hansen/AutoAWQ/commit/1c5ccc791fa2cb0697db3b4070df1813f1736208).
96
 
97
  ```shell
98
  pip3 install git+https://github.com/huggingface/transformers.git@72958fcd3c98a7afdc61f953aa58c544ebda2f79
99
 
100
+ pip3 install git@https://github.com/casper-hansen/AutoAWQ.git@1c5ccc791fa2cb0697db3b4070df1813f1736208
 
 
 
101
  ```
102
 
103
  ### You can then try the following example code