Conversation
Changes vs. wheelnext variants v0.0.3 and pytorch 2.9: * Changed schema version to v0.0.3 * Changed `plugin-use` to `install-time` * Triton versions bumped to 3.6.0 across all 3 backends, cuda, rocm, xpu * Bumped XPU dependency versions to match pytorch 2.10 * Added new XPU platforms supported in pytorch 2.10 See: wheelnext/pep_817_wheel_variants#103 Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
ffce1d6 to
1b9ff33
Compare
Member
|
I added NVIDIA configuration @atalman please merge when you are ready & satisfied |
atalman
approved these changes
Jan 20, 2026
Collaborator
|
I am getting |
Member
|
This doesn't exist anymore. Update variantlib. You may need to run "uv lock --upgrade" |
Collaborator
|
I believe we need to bump a version here wheelnext/variantlib#130 |
Collaborator
|
@DEKHTIARJonathan looks like I can't merge this PR. Could you please give me rights to merge ? |
Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@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.
This PR starts cooking torch variant config for the upcoming 2.10. I (@dvrogozh) did common and xpu part so far. CUDA and ROCm parts copied from 2.9 config and must be revised (@DEKHTIARJonathan, @jithunnair-amd).
Changes vs. wheelnext variants v0.0.3 and pytorch 2.10:
plugin-usetoinstall-timeSee: wheelnext/pep_817_wheel_variants#103
CC: @DEKHTIARJonathan @atalman @jithunnair-amd @mgorny