Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,12 @@ Contrary to the <a href="https://huggingface.co/mobiuslabsgmbh/Mixtral-8x7B-Inst
|
|
30 |
| Average| 72.62 | 71.10 |
|
31 |
|
32 |
### Basic Usage
|
33 |
-
To run the model, install the HQQ library
|
|
|
|
|
|
|
|
|
|
|
34 |
``` Python
|
35 |
import transformers
|
36 |
from threading import Thread
|
|
|
30 |
| Average| 72.62 | 71.10 |
|
31 |
|
32 |
### Basic Usage
|
33 |
+
To run the model, install the HQQ library:
|
34 |
+
```
|
35 |
+
pip install hqq==0.1.8
|
36 |
+
pip install transformers==4.46.0
|
37 |
+
```
|
38 |
+
and use it as follows:
|
39 |
``` Python
|
40 |
import transformers
|
41 |
from threading import Thread
|