UI-TARS
UI-TARS copied to clipboard
Typo: Fixed Max Input and Max Token are opposite
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
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