Update app.py
Browse files
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", "
|
| 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",
|