Commit
·
f2699f3
1
Parent(s):
dd1c815
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,12 +38,7 @@ This repository contains the AWQ-quantized weights of the instruction-tuned 7.8B
|
|
| 38 |
|
| 39 |
## Quickstart
|
| 40 |
|
| 41 |
-
We recommend to use `transformers
|
| 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 |
|