Releases: unixwzrd/TorchDevice
Releases · unixwzrd/TorchDevice
Updated numpy-comp
Version 0.5.2
Cleanup, Documentation, and Test Results
Added
- Test Automation Framework (
test_automation/):- Enhanced
generate_test_report.pyscript to improve test file path resolution and clickable links in the Markdown report. - Updated
test_automation/README.mdwith instructions for setting up and running the Transformers test suite. - Updated
README.mdwith a link to the advanced test automation guide. - Updated
CONTRIBUTING.mdwith instructions for running external tests.
- Enhanced
0.0.5 Expanded functionality and testing
mplement CPU Override Feature for Explicit Device Control
- Added new
cpu:-1device 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
Interrim release while refactoring and improving tests.