Skip to content

Commit 30dd092

Browse files
committed
Implement 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
1 parent 49d891c commit 30dd092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TorchDevice/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TorchDevice library for managing PyTorch device operations.
33
"""
44

5-
__version__ = '0.0.3'
5+
__version__ = '0.0.5'
66

77
from .TorchDevice import TorchDevice
88
from .modules.TDLogger import log_message

0 commit comments

Comments
 (0)