-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Draft of updated doc for sampling params. #3260
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
Draft of updated doc for sampling params. #3260
Conversation
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.
Good job!
@simveit Should this be ready? |
@zhaochenyang20 IMO yes. |
If so, turn |
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.
LGTM
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.
}, | ||
stream=True, | ||
) | ||
If you want a high-level endpoint that can automatically handle chat templates, consider using the [OpenAI Compatible API](https://docs.sglang.ai/backend/openai_api_completions.html). |
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.
@simveit @zhaochenyang20 please always use relative links.
This link should be [OpenAI Compatible API](../backend/openai_api_completions.ipynb)
Motivation
This PR intends to update the docs on sampling parameters as suggested here
Modifications
New docs for sampling params
Checklist