Namitg02 commited on
Commit
7f59cc7
·
verified ·
1 Parent(s): 954e69d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,11 +41,11 @@ You are given the extracted parts of documents and a question. Provide a convers
41
  If you don't know the answer, just say "I do not know." Don't make up an answer. Don't repeat the SYS_PROMPT."""
42
  # Provides context of how to answer the question
43
 
44
- llm_model = "TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF"
45
- # TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF and tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf not working, TinyLlama/TinyLlama-1.1B-Chat-v0.6, andrijdavid/TinyLlama-1.1B-Chat-v1.0-GGUF"
46
 
47
  model = Llama(
48
- model_path="./tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf",
49
  # chat_format="llama-2",
50
  n_gpu_layers = 0,
51
  temperature=0.75,
 
41
  If you don't know the answer, just say "I do not know." Don't make up an answer. Don't repeat the SYS_PROMPT."""
42
  # Provides context of how to answer the question
43
 
44
+ #llm_model = "TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF"
45
+ # TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF , TinyLlama/TinyLlama-1.1B-Chat-v0.6, andrijdavid/TinyLlama-1.1B-Chat-v1.0-GGUF"
46
 
47
  model = Llama(
48
+ model_path="./tinyllama-1.1b-chat-v1.0.Q5_K_M.gguf",
49
  # chat_format="llama-2",
50
  n_gpu_layers = 0,
51
  temperature=0.75,