Dan Flower commited on
Commit
ea2b219
·
1 Parent(s): cf901fd

troubleshooting model path issue

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -21,7 +21,7 @@ os.makedirs("/tmp/models", exist_ok=True)
21
 
22
  # Runtime model download if needed
23
 
24
- MODEL_PATH = "/tmp/models/TinyLlama-1.1B-Chat-v1.0.Q4_K_M.gguf"
25
  # Always run download_model.py for troubleshooting
26
  st.warning("Running model download step...")
27
 
 
21
 
22
  # Runtime model download if needed
23
 
24
+ MODEL_PATH = "/tmp/models/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf"
25
  # Always run download_model.py for troubleshooting
26
  st.warning("Running model download step...")
27