Skip to content

Releases: unixwzrd/TorchDevice

Updated numpy-comp

07 Sep 19:19

Choose a tag to compare

Minor update

  • fixed version checking in numpy-comp

Version 0.5.2

22 Jun 01:42

Choose a tag to compare

Cleanup, Documentation, and Test Results

Added

  • Test Automation Framework (test_automation/):
    • Enhanced generate_test_report.py script to improve test file path resolution and clickable links in the Markdown report.
    • Updated test_automation/README.md with instructions for setting up and running the Transformers test suite.
    • Updated README.md with a link to the advanced test automation guide.
    • Updated CONTRIBUTING.md with instructions for running external tests.

0.0.5 Expanded functionality and testing

10 Mar 14:57

Choose a tag to compare

mplement CPU Override Feature for Explicit Device Control

  • Added new cpu:-1 device specification to force CPU usage
  • Enhanced device redirection logic to recognize and respect CPU override
  • Simplified device handling with more robust device selection mechanism
  • Updated README and CHANGELOG with new CPU override feature details
  • Created dedicated test modules for CPU and MPS operations
  • Improved logging and error handling for device selection
  • Bumped version to 0.0.5 to reflect significant feature addition

Interim release while improving test suites and refacoring all code

08 Mar 15:13
b0635a8

Choose a tag to compare

Interrim release while refactoring and improving tests.