acecalisto3 commited on
Commit
393b034
·
verified ·
1 Parent(s): 0c07dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,9 +25,10 @@ now = datetime.now()
25
  date_time_str = now.strftime("%Y-%m-%d %H:%M:%S")
26
 
27
  client = InferenceClient(
28
- "mistralai/Mixtral-8x7B-Instruct-v0.1"
29
  )
30
 
 
31
  ############################################
32
 
33
 
 
25
  date_time_str = now.strftime("%Y-%m-%d %H:%M:%S")
26
 
27
  client = InferenceClient(
28
+ "mistralai/Mixtral-8x7B-Instruct-v0.1", cache_dir=None
29
  )
30
 
31
+
32
  ############################################
33
 
34