Spaces:
Runtime error
Runtime error
default tb len as 1536
Browse filesSigned-off-by: peter szemraj <[email protected]>
app.py
CHANGED
|
@@ -356,9 +356,9 @@ if __name__ == "__main__":
|
|
| 356 |
step=0.05,
|
| 357 |
)
|
| 358 |
token_batch_length = gr.Radio(
|
| 359 |
-
choices=[512,
|
| 360 |
label="token batch length",
|
| 361 |
-
value=
|
| 362 |
)
|
| 363 |
|
| 364 |
with gr.Row(variant="compact"):
|
|
|
|
| 356 |
step=0.05,
|
| 357 |
)
|
| 358 |
token_batch_length = gr.Radio(
|
| 359 |
+
choices=[512, 1024, 1536, 2048],
|
| 360 |
label="token batch length",
|
| 361 |
+
value=1536,
|
| 362 |
)
|
| 363 |
|
| 364 |
with gr.Row(variant="compact"):
|