You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor token estimation and test code formatting
Replaced manual token estimation rounding with div_ceil for improved clarity and accuracy in benches and llm_response. Added #[allow(dead_code)] to test-only code to suppress warnings. Minor formatting improvements in imports and test code for readability.
0 commit comments