Update torch - #446
Open
genevera wants to merge 6 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update PyTorch to CUDA 13.0 Support with Latest Dependencies
🎯 Summary
This PR upgrades the horde-worker-reGen worker codebase from PyTorch cu128 (CUDA 12.4) to cu130 (CUDA 13.1), along with Python version bump and refreshed dependency requirements for improved stability and compatibility with newer GPU hardware.
🔧 What's Changed
cu128) to CUDA 13.1 (cu130) across all build configurations3.11to3.12in Docker buildshorde_sdk~=0.17.1horde_safety~=0.2.3horde_engine~=2.20.12horde_model_reference>=0.9.2📦 Files Modified (10 total)
Dockerfiles/Dockerfile.cudaDockerfiles/README.mdDockerfiles/compose.cuda.yamlDockerfiles/entrypoint.shDockerfiles/requirements.txtREADME_advanced.mdrequirements.txttox.iniupdate-runtime.cmdupdate-runtime.sh✨ Benefits
torch==2.9.1) in favor of direct pip install with index URL for flexibility🧪 Testing Considerations
nvidia-smi,torch.cuda.is_available())--==2.9.1) to unpinned PyTorch installation may affect reproducibility considerations - discuss if version pinning is preferredhttps://download.pytorch.org/whl/cu130updates across the horde ecosystem.