mayf commited on
Commit
d179ebe
·
verified ·
1 Parent(s): a2c88cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -33,8 +33,6 @@ def load_models():
33
  "text-generation",
34
  model="Qwen/Qwen3-0.6B",
35
  device_map="auto",
36
- trust_remote_code=True,
37
- model_kwargs={"load_in_8bit": True},
38
  torch_dtype=torch.float16,
39
  max_new_tokens=200,
40
  temperature=0.9,
 
33
  "text-generation",
34
  model="Qwen/Qwen3-0.6B",
35
  device_map="auto",
 
 
36
  torch_dtype=torch.float16,
37
  max_new_tokens=200,
38
  temperature=0.9,