"src/rpc/network/communicator.h" did not exist on "8058f1c5790618c98f55fda382da831ea64c5bc1"
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