-
Notifications
You must be signed in to change notification settings - Fork 447
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
bump: ⬆️ CUDA Version #1769
bump: ⬆️ CUDA Version #1769
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1769 +/- ##
==========================================
- Coverage 96.56% 96.55% -0.02%
==========================================
Files 164 165 +1
Lines 7895 7901 +6
==========================================
+ Hits 7624 7629 +5
- Misses 271 272 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@felixdittrich92 I checked disk usage for both images, I don't think it's worthwhile to make a distinction for base image:
So I only kept Tell me what you think about this setup, especially the suggested changes I made in |
d324d0e
to
a6bce91
Compare
The Yeah every CUDA 12.X should be fine :) I'm also fine with the base image - (less CI jobs ^^) because it doesn't matter much (torch and tf are already really huge packages) - people can still build there own containers - or use OnnxTR if they want something more lightweight/hardware optimized |
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.
Thanks LGTM 👍
But one thing the mypy CI job fails now due to:
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
😅
So the problem now with the updated dev dependencies is that it needs to much space for the Github standard runners: Option 1: Increase the runners to some larger ones ( |
Ok after cleaning the action caches it works again maybe we should add a CI job to auto clean the caches: Failing mypy can be ignored the issues are already solved on main |
For cache cleaning we could add a CI job (other PR) For example:
|
@felixdittrich92 Ok, seems a good idea to add a CI Job in another PR |
Fix #1743