WaveCut commited on
Commit
c8c9eb3
·
verified ·
1 Parent(s): 39ef596

Require OrbitQuant 0.9.0 for mixed-bit artifacts

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ OrbitQuant is a calibration-free post-training quantization method for image and
19
  Install OrbitQuant and the Hugging Face runtime dependencies:
20
 
21
  ```bash
22
- pip install "orbitquant[hf,kernels]>=0.4.0"
23
  ```
24
 
25
  Download this model repository as an OrbitQuant artifact, then load the source Diffusers pipeline with the quantized component patched in:
 
19
  Install OrbitQuant and the Hugging Face runtime dependencies:
20
 
21
  ```bash
22
+ pip install "orbitquant[hf,kernels]>=0.9.0"
23
  ```
24
 
25
  Download this model repository as an OrbitQuant artifact, then load the source Diffusers pipeline with the quantized component patched in: