Lmxyy commited on
Commit
faafc8d
·
verified ·
1 Parent(s): e725b86

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: shuttleai/shuttle-jaguar
3
+ base_model_relation: quantized
4
+ datasets:
5
+ - mit-han-lab/svdquant-datasets
6
+ language:
7
+ - en
8
+ library_name: diffusers
9
+ license: apache-2.0
10
+ pipeline_tag: text-to-image
11
+ tags:
12
+ - text-to-image
13
+ - SVDQuant
14
+ - Diffusion
15
+ - Quantization
16
+ - ICLR2025
17
+
18
+ ---
19
+ **This repository has been deprecated and will be hidden in December 2025. Please use https://huggingface.co/nunchaku-tech/nunchaku-shuttle-jaguar.**
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @inproceedings{
25
+ li2024svdquant,
26
+ title={SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models},
27
+ author={Li*, Muyang and Lin*, Yujun and Zhang*, Zhekai and Cai, Tianle and Li, Xiuyu and Guo, Junxian and Xie, Enze and Meng, Chenlin and Zhu, Jun-Yan and Han, Song},
28
+ booktitle={The Thirteenth International Conference on Learning Representations},
29
+ year={2025}
30
+ }
31
+ ```