pszemraj commited on
Commit
93c91df
1 Parent(s): 8312087

default tb len as 1536

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -356,9 +356,9 @@ if __name__ == "__main__":
356
  step=0.05,
357
  )
358
  token_batch_length = gr.Radio(
359
- choices=[512, 768, 1024, 1536],
360
  label="token batch length",
361
- value=1024,
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"):