Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
# Load the LLM from GGUF file
|
| 6 |
|
| 7 |
-
repo_id = "
|
| 8 |
|
| 9 |
model_file = "llama-3-3b-coder.gguf"
|
| 10 |
model_path = hf_hub_download(repo_id = repo_id, filename=model_file)
|
|
|
|
| 4 |
from huggingface_hub import hf_hub_download
|
| 5 |
# Load the LLM from GGUF file
|
| 6 |
|
| 7 |
+
repo_id = "Rudrresh/cdoeforces-llama-gguf"
|
| 8 |
|
| 9 |
model_file = "llama-3-3b-coder.gguf"
|
| 10 |
model_path = hf_hub_download(repo_id = repo_id, filename=model_file)
|