Commit 7c48033a authored by Casper Hansen's avatar Casper Hansen
Browse files

Fix argument

parent 2dada8f8
......@@ -122,7 +122,6 @@ class BaseAWQForCausalLM(nn.Module):
trust_remote_code=trust_remote_code,
torch_dtype=torch_dtype,
use_safetensors=safetensors,
low_cpu_mem_usage=True,
**model_init_kwargs
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment