Skip to content

Commit ba9774f

Browse files
committed
Enable noise tokens for Qwen2-VL quantizatino
1 parent c55656c commit ba9774f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exllamav2/architecture.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ class Params:
402402
self.mmp.mlp_bias = True
403403
self.mmp.norm = "layernorm"
404404

405+
self.standard_calib_noise = (5, 30)
406+
405407
# Gemma
406408

407409
if arch_string == "GemmaForCausalLM":

0 commit comments

Comments
 (0)