[DNM]update umd 2622#424
Open
jikunshang wants to merge 2 commits into
Open
Conversation
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the default Intel GPU runtime package profile used by the build scripts/Docker image, and adds a new IGC/Compute Runtime/Level Zero profile entry to gpu_runtime_packages.json.
Changes:
- Switch default GPU runtime profile from
igc-2.34.4-cr-26.18toigc-2.36.3-cr-26.22. - Add a new profile
igc-2.36.3-cr-26.22with updated IGC (2.36.3), Compute Runtime (26.22.38646.4), and Level Zero (1.28.6) package URLs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "_comment": "GPU compute runtime package configurations. Each profile is a named list of .deb URLs to download and install. Use GPU_RUNTIME_PROFILE build-arg to select one.", | ||
|
|
||
| "default": "igc-2.34.4-cr-26.18", | ||
| "default": "igc-2.36.3-cr-26.22", |
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS ABOVE HAVE BEEN CONSIDERED.
Purpose
Test Plan
Test Result
(Optional) Documentation Update
BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing (anything written below this line will be removed by GitHub Actions)