Daemontatox commited on
Commit
48169dd
·
verified ·
1 Parent(s): 5d2ffbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def initialize_model():
141
  model = AutoModelForCausalLM.from_pretrained(
142
  MODEL_ID,
143
  device_map="cuda",
144
- #quantization_config=quantization_config,
145
  torch_dtype=torch.bfloat16,
146
  trust_remote_code=True
147
  ).to("cuda")
 
141
  model = AutoModelForCausalLM.from_pretrained(
142
  MODEL_ID,
143
  device_map="cuda",
144
+ quantization_config=quantization_config,
145
  torch_dtype=torch.bfloat16,
146
  trust_remote_code=True
147
  ).to("cuda")