-
Notifications
You must be signed in to change notification settings - Fork 3.6k
ci/gpu: setting oldest dependencies #20939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3292c9a
ci/gpu: setting oldest dependencies
Borda 0a2717f
pip install "cython<3.0"
Borda c362ab6
deepspeed >=0.9.0
Borda da61165
Revert "deepspeed >=0.9.0"
Borda fb3640c
$CUDA_HOME_PATH
Borda 1ea404f
Revert "$CUDA_HOME_PATH"
Borda 5dd5377
deepspeed ==0.9.3
Borda 9d3f00a
typing-extensions >=4.5.0
Borda 6cf54b4
PyYAML >5.4
Borda 0aec96a
torchmetrics >0.7.0
Borda eb8cca3
lightning-utilities >=0.10.0
Borda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
|
||
torchvision >=0.16.0, <0.23.0 | ||
torchmetrics >=0.10.0, <1.8.0 | ||
lightning-utilities >=0.8.0, <0.15.0 |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.5.1rc2 | ||
2.6.0dev |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping the
0.8
since it would need to be compiled from sourceAlso, noted that we are quite far behind the latest
0.17
🤔Why Upgrade? Upgrading to v0.17 delivers significant performance, stability, and integration benefits—vital for training larger models with improved efficiency and reliability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ZeRO Optimizations: • v0.9: Early experiments in partitioning model states for memory savings. • v0.17: Advanced refinements (ZeRO-Offload and improved stage 3) enable training massively scaled models.
Performance Enhancements: • Upgraded distributed communication and fused operations. • Better mixed precision (fp16/bf16) support for faster training and efficient hardware usage.
Stability & API Maturation: • Streamlined configuration, enhanced documentation, and robust testing. • Fewer bugs and smoother integration with frameworks like HuggingFace Transformers.
Inference Improvements: • Expanded inference API with support for quantization. • Optimized runtime strategies for production deployment.
Ecosystem Integration: • Broader compatibility with modern AI tools and libraries. • Simplifies building and deploying complex deep learning workflows.