chansung commited on
Commit
a8a7795
1 Parent(s): 8978ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def submit(
158
  env: {
159
  "DISABLE_CUSTOM_KERNELS": "true" if custom_kernel == "Enabled" else "false",
160
  "MAX_BATCH_PREFILL_TOKENS": str(max_batch_prefill_token),
161
- "MAX_BATCH_TOTAL_TOKENS": str(max_batch_total_token);
162
  "MAX_INPUT_LENGTH": str(max_input_length),
163
  "MAX_TOTAL_TOKENS": str(max_tokens),
164
  "MODEL_ID": repository_selector.lower(),
 
158
  env: {
159
  "DISABLE_CUSTOM_KERNELS": "true" if custom_kernel == "Enabled" else "false",
160
  "MAX_BATCH_PREFILL_TOKENS": str(max_batch_prefill_token),
161
+ "MAX_BATCH_TOTAL_TOKENS": str(max_batch_total_token),
162
  "MAX_INPUT_LENGTH": str(max_input_length),
163
  "MAX_TOTAL_TOKENS": str(max_tokens),
164
  "MODEL_ID": repository_selector.lower(),