Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ class GenerationConfig:
|
|
126 |
top_k: int = 50
|
127 |
top_p: float = 0.9
|
128 |
repetition_penalty: float = 1.0
|
129 |
-
max_new_tokens: int =
|
130 |
seed: int = 42
|
131 |
reset: bool = False
|
132 |
stream: bool = True
|
|
|
126 |
top_k: int = 50
|
127 |
top_p: float = 0.9
|
128 |
repetition_penalty: float = 1.0
|
129 |
+
max_new_tokens: int = 128
|
130 |
seed: int = 42
|
131 |
reset: bool = False
|
132 |
stream: bool = True
|