mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 20:42:06 +00:00
test_weights: add modules_to_not_convert
This commit is contained in:
parent
cae0cbe87d
commit
ed5bfe4241
@ -25,6 +25,7 @@ def gptq_weights_loader():
|
||||
quant_method="gptq",
|
||||
quantize="gptq",
|
||||
sym=True,
|
||||
modules_to_not_convert=[],
|
||||
)
|
||||
|
||||
|
||||
@ -37,6 +38,7 @@ def gptq_weights_loader_awq():
|
||||
quant_method="awq",
|
||||
quantize="awq",
|
||||
sym=True,
|
||||
modules_to_not_convert=[],
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user