Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ inference: false
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
## Mixtral-8x7B-Instruct-v0.1-hf-4bit_g64-HQQ
|
8 |
-
This is a version of the Mixtral-8x7B-Instruct-v0.1 model (https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) quantized to 4-bit via Half-Quadratic Quantization (HQQ)
|
9 |
### Basic Usage
|
10 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|
11 |
``` Python
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
---
|
7 |
## Mixtral-8x7B-Instruct-v0.1-hf-4bit_g64-HQQ
|
8 |
+
This is a version of the Mixtral-8x7B-Instruct-v0.1 model (https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) quantized to 4-bit via Half-Quadratic Quantization (HQQ).
|
9 |
### Basic Usage
|
10 |
To run the model, install the HQQ library from https://github.com/mobiusml/hqq and use it as follows:
|
11 |
``` Python
|