Update README.md
Browse files
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 [
|
| 96 |
|
| 97 |
```shell
|
| 98 |
pip3 install git+https://github.com/huggingface/transformers.git@72958fcd3c98a7afdc61f953aa58c544ebda2f79
|
| 99 |
|
| 100 |
-
|
| 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
|