Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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='
|
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...."):
|