Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,12 @@ Here is a small screencast of the model running on RTX 4090
|
|
41 |

|
42 |
|
43 |
### Basic Usage
|
44 |
-
To run the model, install the HQQ library
|
|
|
|
|
|
|
|
|
|
|
45 |
``` Python
|
46 |
import transformers
|
47 |
from threading import Thread
|
|
|
41 |

|
42 |
|
43 |
### Basic Usage
|
44 |
+
To run the model, install the HQQ library:
|
45 |
+
```
|
46 |
+
pip install hqq==0.1.8
|
47 |
+
pip install transformers==4.46.0
|
48 |
+
```
|
49 |
+
and use it as follows:
|
50 |
``` Python
|
51 |
import transformers
|
52 |
from threading import Thread
|