File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33# BitDelta: Your Fine-Tune May Only Be Worth One Bit
44
5- [ Paper link ] [ Website link ]
5+ [[ Paper] ( https://arxiv.org/abs/2402.10193 )] [ Website ]
66
77BitDelta compresses the weight delta between a fine-tuned and base model LLM to 1 bit, enabling accurate and efficient multi-tenant serving.
88
@@ -108,5 +108,12 @@ CUDA_VISIBLE_DEVICES=0 python \
108108If you find BitDelta useful, please consider citing:
109109
110110```
111- [TODO]
111+ @misc{liu2024bitdelta,
112+ title={BitDelta: Your Fine-Tune May Only Be Worth One Bit},
113+ author={James Liu and Guangxuan Xiao and Kai Li and Jason D. Lee and Song Han and Tri Dao and Tianle Cai},
114+ year={2024},
115+ eprint={2402.10193},
116+ archivePrefix={arXiv},
117+ primaryClass={cs.LG}
118+ }
112119```
You can’t perform that action at this time.
0 commit comments