joermd commited on
Commit
64e1afa
·
verified ·
1 Parent(s): 2be8ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ for message in st.session_state.messages:
32
  with st.chat_message(message["role"]):
33
  st.markdown(message["content"])
34
 
35
- # Set cache directory path
36
- cache_dir = "speedy-llm/" # استبدل هذا بالمسار المخصص للتخزين في مساحة Hugging Face
37
 
38
  # Load model and tokenizer on-demand to save memory
39
  if prompt := st.chat_input(f"مرحبا انا سبيدي , كيف استطيع مساعدتك ؟"):
 
32
  with st.chat_message(message["role"]):
33
  st.markdown(message["content"])
34
 
35
+ # Set cache directory path to /data
36
+ cache_dir = "/data" # المسار المحدد للتخزين في مساحة Hugging Face
37
 
38
  # Load model and tokenizer on-demand to save memory
39
  if prompt := st.chat_input(f"مرحبا انا سبيدي , كيف استطيع مساعدتك ؟"):