Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:47
· 47 commits to main since this release

This release strengthens compatibility detection, GPU verification, cache safety, and subprocess handling, and introduces a secure release-binary installer.

Highlights

  • Match complete Python, ABI, and platform wheel tags.
  • Reject incompatible 32-bit and cross-architecture Python environments.
  • Generate install commands for the exact Python environment analyzed by torch-check.
  • Respect uv virtual-environment discovery while avoiding ambiguous interpreter selection.
  • Verify every detected NVIDIA GPU by default and reject CPU-only PyTorch builds on GPU hosts.
  • Prevent older concurrent metadata fetches from overwriting newer cache entries.
  • Bound subprocess output collection to avoid hangs caused by inherited pipes.
  • Improve Windows process and cache behavior.

Binary installer

Install the latest release into $HOME/.local/bin:

curl -fsSL https://raw.githubusercontent.com/rice8y/torch-check/main/scripts/install.sh | sh

Install this specific version:

curl -fsSL https://raw.githubusercontent.com/rice8y/torch-check/main/scripts/install.sh | sh -s -- --version 0.1.1

The installer verifies release checksums before replacing an existing binary and supports Linux x86_64/aarch64, macOS x86_64/arm64, and Windows x86_64 under Git Bash, MSYS2, or Cygwin.

Full Changelog: v0.1.0...v0.1.1