"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "43e728d3074f439f2ad5c1c7851130dd17d9a6c2"
Commit 7c48033a authored by Casper Hansen's avatar Casper Hansen
Browse files

Fix argument

parent 2dada8f8
...@@ -122,7 +122,6 @@ class BaseAWQForCausalLM(nn.Module): ...@@ -122,7 +122,6 @@ class BaseAWQForCausalLM(nn.Module):
trust_remote_code=trust_remote_code, trust_remote_code=trust_remote_code,
torch_dtype=torch_dtype, torch_dtype=torch_dtype,
use_safetensors=safetensors, use_safetensors=safetensors,
low_cpu_mem_usage=True,
**model_init_kwargs **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