LeroyDyer commited on
Commit
0e480b8
1 Parent(s): 6f40873

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ from llama_index.llms.llama_cpp.llama_utils import (
55
  completion_to_prompt,
56
  )
57
 
58
- model_url = "https://huggingface.co/LeroyDyer/Mixtral_BaseModel-gguf/resolve/main/mixtral_basemodel.q8_0.gguf"
59
 
60
  llm = LlamaCPP(
61
  # You can pass in the URL to a GGML model to download it automatically
 
55
  completion_to_prompt,
56
  )
57
 
58
+ model_url = "mixtral_chat_7b.q8_0.gguf"
59
 
60
  llm = LlamaCPP(
61
  # You can pass in the URL to a GGML model to download it automatically