Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
a5e49f1
1
Parent(s):
bec59d8
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ COQUI_TOKEN="YOUR_COQUI_TOKEN_ON_YOUR_ACCOUNT"
|
|
21 |
|
22 |
MAX_NEW_TOKENS = 30
|
23 |
GPU_LAYERS = 0
|
24 |
-
CPU_THREADS =
|
25 |
STOP_LIST=["###","##"]
|
26 |
|
27 |
stopping_criteria = StoppingCriteriaList([MaxLengthCriteria(max_length=64)])
|
|
|
21 |
|
22 |
MAX_NEW_TOKENS = 30
|
23 |
GPU_LAYERS = 0
|
24 |
+
CPU_THREADS = 8
|
25 |
STOP_LIST=["###","##"]
|
26 |
|
27 |
stopping_criteria = StoppingCriteriaList([MaxLengthCriteria(max_length=64)])
|