madox81 commited on
Commit
0fca75a
·
verified ·
1 Parent(s): a0aecff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ class LLM:
67
  # 3. Load Base Model
68
  self.model = AutoModelForCausalLM.from_pretrained(
69
  model_id,
70
- gguf_file=filename
71
  torch_dtype=dtype,
72
  device_map=device_map
73
  )
 
67
  # 3. Load Base Model
68
  self.model = AutoModelForCausalLM.from_pretrained(
69
  model_id,
70
+ gguf_file=filename,
71
  torch_dtype=dtype,
72
  device_map=device_map
73
  )