Skip to content

fix: normalize CUDA device requests#9

Merged
stefan-jansen merged 1 commit into
mainfrom
release-0.1.0a5
Jul 11, 2026
Merged

fix: normalize CUDA device requests#9
stefan-jansen merged 1 commit into
mainfrom
release-0.1.0a5

Conversation

@stefan-jansen

Copy link
Copy Markdown
Contributor

@/tmp/ml4t-models-a5-pr-body.md

Copilot AI review requested due to automatic review settings July 11, 2026 18:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves PyTorch device resolution by normalizing CUDA device request strings (trimming whitespace and lowercasing) before constructing a torch.device, preventing failures on inputs like " CUDA:0 ".

Changes:

  • Normalize CUDA device request strings in resolve_device() before calling torch.device(...).
  • Add a regression test that asserts whitespace/case variants of CUDA device requests resolve correctly when CUDA is available.
  • Bump package version to 0.1.0a5 and update release notes and lockfile dependency bounds (NumPy <2.6).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updates the locked NumPy specifier to permit NumPy 2.5.x (<2.6).
tests/test_torch_runtime.py Adds coverage ensuring CUDA device requests are normalized before device construction.
src/ml4t/models/_internal/torch_runtime.py Normalizes CUDA device strings passed into torch.device(...).
src/ml4t/models/init.py Bumps __version__ to 0.1.0a5 (used for hatch dynamic versioning).
CHANGELOG.md Adds 0.1.0a5 release notes including the CUDA normalization fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stefan-jansen stefan-jansen merged commit 60e0ddb into main Jul 11, 2026
9 checks passed
@stefan-jansen stefan-jansen deleted the release-0.1.0a5 branch July 11, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants