mmaleki92 commited on
Commit
651c082
·
verified ·
1 Parent(s): e509786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def load_model():
10
  # Load the model from the Hugging Face Hub
11
  model = Llama.from_pretrained(
12
  repo_id="gallen881/Llama-3-8B-Physics_Master-GGUF",
13
- filename="unsloth.F16.gguf" # or unsloth.Q4_K_M.gguf for a smaller file
14
  )
15
  return model
16
 
 
10
  # Load the model from the Hugging Face Hub
11
  model = Llama.from_pretrained(
12
  repo_id="gallen881/Llama-3-8B-Physics_Master-GGUF",
13
+ filename= "unsloth.Q4_K_M.gguf" # or unsloth.F16.gguf for a larger file
14
  )
15
  return model
16