acecalisto3 commited on
Commit
326f2b6
·
verified ·
1 Parent(s): 1c1ebbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  import subprocess
3
  import random
@@ -25,7 +26,7 @@ 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", cache_dir=None
29
  )
30
 
31
 
 
1
+ --upgrade all --no-cache-dir
2
  import os
3
  import subprocess
4
  import random
 
26
  date_time_str = now.strftime("%Y-%m-%d %H:%M:%S")
27
 
28
  client = InferenceClient(
29
+ "mistralai/Mixtral-8x7B-Instruct-v0.1",
30
  )
31
 
32