Update app.py
Browse files
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
|
46 |
|
47 |
model = Llama(
|
48 |
-
model_path="./tinyllama-1.1b-chat-v1.0.
|
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,
|