XThomasBU commited on
Commit
947e0fe
1 Parent(s): 153b598

adding model

Browse files
Files changed (1) hide show
  1. code/modules/constants.py +1 -1
code/modules/constants.py CHANGED
@@ -53,5 +53,5 @@ Question: {question}
53
 
54
  # Model Paths
55
 
56
- LLAMA_PATH = "storage/models/tinyllama.gguf"
57
  MISTRAL_PATH = "storage/models/mistral-7b-v0.1.Q4_K_M.gguf"
 
53
 
54
  # Model Paths
55
 
56
+ LLAMA_PATH = "storage/models/tinyllama-1.1b-chat-v1.0.Q5_K_M.gguf"
57
  MISTRAL_PATH = "storage/models/mistral-7b-v0.1.Q4_K_M.gguf"