Conversation
- pyproject.toml: switch versioning to setuptools_scm (fallback_version=0.8.1), relax torch pin in build-system.requires, add [tool.cibuildwheel] config with manylinux_2_28 image, auditwheel repair excludes, and test commands; keep parameterized in dev deps and pillow (correct PyPI name) in 2d3ds deps - setup.py: torch import is now mandatory (raises RuntimeError if missing), ABI diagnostic prints, extensions always built when torch is present, build only triggered for build_ext/bdist_wheel/install/develop commands, setup() now declares name/python_requires/install_requires/extras_require - .github/workflows/build_and_deploy.yml: new cibuildwheel-based CI workflow building manylinux wheels for PyTorch 2.6/2.7 across CPU and CUDA variants, uploads to TestPyPI on dispatch/PR and to PyPI on version tags - build_wheels.py: standalone local script to build multi-config wheels with PyTorch ecosystem +cuXXX/+cpu version suffixes Kept from main: deploy_pypi.yml (release publishing), full test suite in tests.yml (all 8 test files), parameterized dev dep, pillow package name. Co-Authored-By: Boris Bonev <bbonev@nvidia.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Closed
…test_cuda to distinguish from latest_cpu
bonevbs
reviewed
Apr 14, 2026
Collaborator
bonevbs
left a comment
There was a problem hiding this comment.
please have a look at my comments.
13802bd to
9119e4a
Compare
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 is the rebased wheel branch written by Boris onto the current main branch.