mobicham commited on
Commit
7d65ce3
1 Parent(s): ac9c768

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ inference: false
5
  pipeline_tag: text-generation
6
  ---
7
  ## Mixtral-8x7B-v0.1-hf-4bit_g64-HQQ
8
- This is a version of the Mixtral-8x7B-v0.1 model (https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) quantized to 4-bit via Half-Quadratic Quantization (HQQ): https://mobiusml.github.io/hqq_blog/
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-v0.1-hf-4bit_g64-HQQ
8
+ This is a version of the Mixtral-8x7B-v0.1 model (https://huggingface.co/mistralai/Mixtral-8x7B-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