Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ai-dynamo
/
nixl
Public
Notifications
You must be signed in to change notification settings
Fork
450
Star
1.3k
Code
Issues
68
Pull requests
229
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
NIXL EP wheels: Add support for multiple PyTorch versions
- #1775
#1775
Merged
ovidiusm
merged 33 commits into
ai-dynamo:main
ai-dynamo/nixl:main
from
ofirfarjun7:topic/wheel-torch-pack
ofirfarjun7/nixl:topic/wheel-torch-pack
Copy head branch name to clipboard
Jun 29, 2026
Conversation
Commits
33
(33)
Checks
Files changed
Merged
NIXL EP wheels: Add support for multiple PyTorch versions
#1775
ovidiusm
merged 33 commits into
ai-dynamo:main
ai-dynamo/nixl:main
from
ofirfarjun7:topic/wheel-torch-pack
ofirfarjun7/nixl:topic/wheel-torch-pack
Copy head branch name to clipboard
Commits
Commits on May 15, 2026
NIXL EP: suffixed builds for CUDA versions and PyTorch versions
Show description for 8fcb247
ovidiusm
committed
8fcb247
View commit details
Copy full SHA for 8fcb247
Browse repository at this point
Fix torch version pin
Show description for 8fc3d56
ovidiusm
committed
8fc3d56
View commit details
Copy full SHA for 8fc3d56
Browse repository at this point
Use extra index correctly
Show description for da2f6df
ovidiusm
committed
da2f6df
View commit details
Copy full SHA for da2f6df
Browse repository at this point
Add missing repair wheel step
Show description for 771346a
ovidiusm
committed
771346a
View commit details
Copy full SHA for 771346a
Browse repository at this point
Refactor to create venv in a controlled way
Show description for a79b000
ovidiusm
committed
a79b000
View commit details
Copy full SHA for a79b000
Browse repository at this point
Clean up diff
Show description for 37509dd
ovidiusm
committed
37509dd
View commit details
Copy full SHA for 37509dd
Browse repository at this point
Rename flags variable
Show description for 4d380cd
ovidiusm
committed
4d380cd
View commit details
Copy full SHA for 4d380cd
Browse repository at this point
Remove torch 2.13 build, it fails
Show description for b299774
ovidiusm
committed
b299774
View commit details
Copy full SHA for b299774
Browse repository at this point
Fix mypy CI check
Show description for 3fec58f
ovidiusm
committed
3fec58f
View commit details
Copy full SHA for 3fec58f
Browse repository at this point
Revert C++ 20 flags, out of scope and unsafe to build only parts of the code
Show description for 3896d93
ovidiusm
committed
3896d93
View commit details
Copy full SHA for 3896d93
Browse repository at this point
Fix import of binary bindings
Show description for 3511722
ovidiusm
committed
3511722
View commit details
Copy full SHA for 3511722
Browse repository at this point
Refactor meson build scripts to track deps correctly
Show description for 96b3b7e
ovidiusm
committed
96b3b7e
View commit details
Copy full SHA for 96b3b7e
Browse repository at this point
Rename variable for clarity
Show description for 90e282c
ovidiusm
committed
90e282c
View commit details
Copy full SHA for 90e282c
Browse repository at this point
Refactor wheel merge from bash into Python
Show description for b30995a
ovidiusm
committed
b30995a
View commit details
Copy full SHA for b30995a
Browse repository at this point
Refactor bash script to simplify
Show description for 758c025
ovidiusm
committed
758c025
View commit details
Copy full SHA for 758c025
Browse repository at this point
Format python code
Show description for deb5840
ovidiusm
committed
deb5840
View commit details
Copy full SHA for deb5840
Browse repository at this point
Commits on May 18, 2026
Apply suggestion from @rakhmets
Show description for 99c1962
ovidiusm
and
rakhmets
authored
99c1962
View commit details
Copy full SHA for 99c1962
Browse repository at this point
Apply suggestions from code review
Show description for 6c5a83c
ovidiusm
and
rakhmets
authored
6c5a83c
View commit details
Copy full SHA for 6c5a83c
Browse repository at this point
Clean up comments in meson.build
Show description for 3a4bee9
ovidiusm
authored
3a4bee9
View commit details
Copy full SHA for 3a4bee9
Browse repository at this point
Clean up comments in meson.build
Show description for 67112d7
ovidiusm
authored
67112d7
View commit details
Copy full SHA for 67112d7
Browse repository at this point
Rename function _load_ep_backend to _load_ep_module
Show description for edf4b94
ovidiusm
authored
edf4b94
View commit details
Copy full SHA for edf4b94
Browse repository at this point
Merge branch 'main' into nixl-ep-wheel-dispatch
ovidiusm
authored
edda9d1
View commit details
Copy full SHA for edda9d1
Browse repository at this point
Update build script to address torch installation issue and simplify comments
Show description for 8d59ad7
ovidiusm
committed
8d59ad7
View commit details
Copy full SHA for 8d59ad7
Browse repository at this point
Fix help and comment
Show description for 83264e8
ovidiusm
committed
83264e8
View commit details
Copy full SHA for 83264e8
Browse repository at this point
Address comment
Show description for 3d10ba5
ovidiusm
committed
3d10ba5
View commit details
Copy full SHA for 3d10ba5
Browse repository at this point
Refactoring
Show description for a8f6bdb
ovidiusm
committed
a8f6bdb
View commit details
Copy full SHA for a8f6bdb
Browse repository at this point
Commits on May 21, 2026
Address comments
Show description for ca86eb7
ovidiusm
committed
ca86eb7
View commit details
Copy full SHA for ca86eb7
Browse repository at this point
Commits on Jun 15, 2026
NIXL/EP/WHEEL: pack multiple torch versions
ofirfarjun7
committed
e980556
View commit details
Copy full SHA for e980556
Browse repository at this point
Commits on Jun 16, 2026
NIXL/EP/WHEEL: pack only available torch
ofirfarjun7
committed
71eca2e
View commit details
Copy full SHA for 71eca2e
Browse repository at this point
Commits on Jun 17, 2026
NIXL/EP/WHEEL: reuse torch probe venv
ofirfarjun7
committed
6d2b26b
View commit details
Copy full SHA for 6d2b26b
Browse repository at this point
NIXL/EP/WHEEL: Merge branch 'main' into topic/wheel-torch-pack
ofirfarjun7
committed
8452490
View commit details
Copy full SHA for 8452490
Browse repository at this point
Commits on Jun 22, 2026
NIXL/EP/WHEEL: pack torch 2.13
ofirfarjun7
committed
a222c0b
View commit details
Copy full SHA for a222c0b
Browse repository at this point
Commits on Jun 25, 2026
Merge branch 'main' into topic/wheel-torch-pack
Show description for fbf65b3
ovidiusm
authored
fbf65b3
View commit details
Copy full SHA for fbf65b3
Browse repository at this point
You can’t perform that action at this time.