Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -347,7 +347,7 @@ try:
|
|
347 |
# Initialize the LLM. #
|
348 |
#######################
|
349 |
#model_path = "/app/llama-2-7b-chat.Q4_0.gguf"
|
350 |
-
model_path = "Llama-3.2-3B-Instruct-Q4_0.gguf"
|
351 |
if 'llm' not in st.session_state:
|
352 |
logger.info("### Initializing LLM.")
|
353 |
llm = Llama(model_path,
|
|
|
347 |
# Initialize the LLM. #
|
348 |
#######################
|
349 |
#model_path = "/app/llama-2-7b-chat.Q4_0.gguf"
|
350 |
+
model_path = "/app/Llama-3.2-3B-Instruct-Q4_0.gguf"
|
351 |
if 'llm' not in st.session_state:
|
352 |
logger.info("### Initializing LLM.")
|
353 |
llm = Llama(model_path,
|