khadijaaao commited on
Commit
1597d21
·
verified ·
1 Parent(s): 0dc43da

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -25,7 +25,7 @@ def load_llm():
25
  model_path = hf_hub_download(
26
  repo_id=model_repo_id,
27
  filename=model_filename,
28
- cache_dir='./hf_cache'
29
  )
30
 
31
  with st.spinner("Chargement du modèle LLM en mémoire...."):
 
25
  model_path = hf_hub_download(
26
  repo_id=model_repo_id,
27
  filename=model_filename,
28
+ cache_dir='/tmp/hf_cache'
29
  )
30
 
31
  with st.spinner("Chargement du modèle LLM en mémoire...."):