asadmajeed commited on
Commit
bdf192e
·
verified ·
1 Parent(s): 2364bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-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,
 
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,