Release 0.0.1 - #5
Open
cabouman wants to merge 10 commits into
Open
Conversation
The page is the mbirjax original, updated for mbirtorch: the dashboard is shared, and mbirtorch's measurements appear on the cpu-torch and gpu-torch platforms beside mbirjax's, so the two can be compared. The operator list is the one the torch nightly records. This restores the toctree entry and the Developer Docs card link, both of which were held out with PENDING(dashboard) markers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
torch checks every device in range(device_count()) at the first CUDA use. Tests that exercise the device-selection policy fake device_count, so a first CUDA use inside one of them asked for a device that does not exist. The failure surfaced in an unrelated test later in the same worker: on a two-GPU node it turned the Triton kernels off, failing the four kernel-times-sharding tests. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Publishing a GitHub release now uploads the package: a pre-release goes to TestPyPI, a full release goes to PyPI after approval of the pypi environment. Uploads use Trusted Publishing, and the tag must equal v + __version__. The release instructions now carry a worked example (0.2.0), with the rc versions in __version__ so the tag check and TestPyPI versioning work. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
release.sh X.Y.ZrcN publishes a release candidate to TestPyPI; release.sh X.Y.Z opens the pull request to main; release.sh X.Y.Z --publish creates the release on main after the merge. The instructions now use the script, with the manual procedure kept as a note. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
RTD seeds its build environment with pip 23.1, which rejects the new typing_extensions wheel over the underscore spelling in its metadata, falls back to the sdist, and fails: the build dependencies are not on the torch index. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Merges prerelease into main for the 0.0.1 release.
🤖 Generated with Claude Code