Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from llama_index.llms.llama_cpp.llama_utils import (
|
|
8 |
completion_to_prompt,
|
9 |
)
|
10 |
|
11 |
-
model_url = 'https://huggingface.co/bartowski/Llama-3.2-
|
12 |
llm = LlamaCPP(
|
13 |
# You can pass in the URL to a GGML model to download it automatically
|
14 |
model_url=model_url,
|
|
|
8 |
completion_to_prompt,
|
9 |
)
|
10 |
|
11 |
+
model_url = 'https://huggingface.co/bartowski/OneLLM-Doey-ChatQA-V1-Llama-3.2-1B-GGUF/resolve/main/OneLLM-Doey-ChatQA-V1-Llama-3.2-1B-Q4_K_M.gguf'
|
12 |
llm = LlamaCPP(
|
13 |
# You can pass in the URL to a GGML model to download it automatically
|
14 |
model_url=model_url,
|