UI-TARS icon indicating copy to clipboard operation
UI-TARS copied to clipboard

Typo: Fixed Max Input and Max Token are opposite

Open matt-wai opened this issue 7 months ago • 1 comments

Somewhat confusing

  - `Max Number of Tokens (per Query)`: 65536
  - `Max Batch Prefill Tokens`: 65536
  - `Max Input Length (per Query)`: 65537

to

  - `Max Input Length (per Query)`: 65536
  - `Max Batch Prefill Tokens`: 65536
  - `Max Number of Tokens (per Query)`: 65537

matt-wai avatar Apr 29 '25 21:04 matt-wai

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 29 '25 21:04 CLAassistant

It's genuinely confusing for people. Please consider merging or simple just change it yourself. @pooruss

i.e. https://github.com/bytedance/UI-TARS/issues/153

matt-wai avatar May 07 '25 22:05 matt-wai