-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[docs] Add gpt oss deployment example #56400
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c1fe9f3
add content
Aydin-ab 251b785
add reference link
Aydin-ab 0c4ca85
add test
Aydin-ab 618acbe
black lint + sphinx fix
Aydin-ab d8a8945
use L40S insead of A100 + fix model len oversight
Aydin-ab d14b017
kunling review
Aydin-ab 48bcf3b
add more details to openai harmony bug
Aydin-ab 5b4257f
[cursor] style/editorial rules + fix vllm to 0.10.1
Aydin-ab 7a1ebb5
black lint
Aydin-ab b25fe07
fix link
Aydin-ab 4a8e52f
fix link
Aydin-ab 100a5b6
add explicit env variable to control gpt oss size
Aydin-ab 8c61525
consistent docker image with notebook cell
Aydin-ab 51cee8b
rendering on ray docs
Aydin-ab bb5a72d
remove %%bash
Aydin-ab c619558
update python conversion script
Aydin-ab 9e03d01
black lint
Aydin-ab 11490e3
angelina review: apply suggestions from code review
Aydin-ab 85bf55e
add serve config file link
Aydin-ab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
doc/source/serve/tutorials/deployment-serve-llm/gpt-oss/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| FROM anyscale/ray:2.49.0-slim-py312-cu128 | ||
|
|
||
| # C compiler for Triton’s runtime build step (vLLM V1 engine) | ||
| # https://github.com/vllm-project/vllm/issues/2997 | ||
| RUN sudo apt-get update && \ | ||
| sudo apt-get install -y --no-install-recommends build-essential | ||
|
|
||
| RUN pip install vllm==0.10.1 | ||
|
Aydin-ab marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.