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.
|
27 |
-
filename="Llama-3.
|
28 |
n_ctx=2048
|
29 |
)
|
30 |
|
|
|
23 |
|
24 |
# Initialize LLM
|
25 |
self.llm = Llama.from_pretrained(
|
26 |
+
repo_id="bartowski/Meta-Llama-3.1-8B-Instruct-GGUF",
|
27 |
+
filename="Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf",
|
28 |
n_ctx=2048
|
29 |
)
|
30 |
|