ramedde commited on
Commit
14cd052
·
verified ·
1 Parent(s): 226caaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -23,9 +23,8 @@ server = subprocess.Popen([
23
  "-c", "5096",
24
  "-t", "4",
25
  "--host", "0.0.0.0",
26
- "--port", "8080",
27
- "--no-mmap",
28
- "--cache-ram", "0", # disable prompt cache — prevents slowdown on repeated runs
29
  ])
30
 
31
  print("Starting llama-server, waiting 8 seconds...")
 
23
  "-c", "5096",
24
  "-t", "4",
25
  "--host", "0.0.0.0",
26
+ "--port", "8080"
27
+ # disable prompt cache — prevents slowdown on repeated runs
 
28
  ])
29
 
30
  print("Starting llama-server, waiting 8 seconds...")