Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,8 @@ class RAGInterface:
|
|
| 23 |
|
| 24 |
# Initialize LLM
|
| 25 |
self.llm = Llama.from_pretrained(
|
| 26 |
-
repo_id="bartowski/Llama-3.2-
|
| 27 |
-
filename="Llama-3.2-
|
| 28 |
n_ctx=2048
|
| 29 |
)
|
| 30 |
|
|
|
|
| 23 |
|
| 24 |
# Initialize LLM
|
| 25 |
self.llm = Llama.from_pretrained(
|
| 26 |
+
repo_id="bartowski/Llama-3.2-3B-Instruct-GGUF",
|
| 27 |
+
filename="Llama-3.2-3B-Instruct-Q6_K.gguf",
|
| 28 |
n_ctx=2048
|
| 29 |
)
|
| 30 |
|