ramedde commited on
Commit
bf74b3e
·
verified ·
1 Parent(s): b55e5c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ server = subprocess.Popen([
23
  "-m", MODEL_PATH,
24
 
25
  # smaller context to fit the 350M model memory footprint
26
- "-c", "1024",
27
 
28
  # use more CPU threads
29
  "-t", "8",
 
23
  "-m", MODEL_PATH,
24
 
25
  # smaller context to fit the 350M model memory footprint
26
+ "-c", "6024",
27
 
28
  # use more CPU threads
29
  "-t", "8",