Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|