Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,12 @@ This model was designed to get the best quality at a budget of ~13GB of VRAM. It
|
|
| 30 |
| Average| 72.62 | 70.01 |
|
| 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 | 70.01 |
|
| 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
|