-
Notifications
You must be signed in to change notification settings - Fork 443
add-task-seephys #903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add-task-seephys #903
Conversation
| #payload["reasoning_effort"] = "medium" | ||
| payload["response_format"] = {"type": "text"} | ||
| payload["max_completion_tokens"] = gen_kwargs["max_new_tokens"] | ||
| payload["max_completion_tokens"] = 5000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit hardcoding
| del payload["temperature"] | ||
| payload.pop("max_tokens") | ||
| payload["reasoning_effort"] = "medium" | ||
| #payload["reasoning_effort"] = "medium" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think possibly should add a control args for reasoning effort for openai compatible instead of direct comment out it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologize, this part is a temporary modification I made for testing purposes. You can ignore this modification and only focus on the newly added task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, most of the part LGTM. Just a few commends for the revision in openai compatible. Thanks for the contribution
I've added the Seephys benchmark.