MVPilgrim commited on
Commit
ce682cc
·
verified ·
1 Parent(s): 3a31010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,