Skip to content

fix: ParallelRunner without GPU #174

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 4 commits into from
Mar 17, 2025
Merged

Conversation

HCookie
Copy link
Member

@HCookie HCookie commented Mar 13, 2025

Description

Fallback to DefaultRunner in ParallelRunner when no gpu's found

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Issue Number

Closes #167

Code Compatibility

  • I have performed a self-review of my code

Code Performance and Testing

  • I have added tests that prove my fix is effective or that my feature works
  • I ran the complete Pytest test suite locally, and they pass

Dependencies

  • I have ensured that the code is still pip-installable after the changes and runs
  • I have tested that new dependencies themselves are pip-installable.

Documentation

  • My code follows the style guidelines of this project
  • I have updated the documentation and docstrings to reflect the changes
  • I have added comments to my code, particularly in hard-to-understand areas

Additional Notes

@HCookie HCookie added the bug Something isn't working label Mar 13, 2025
@HCookie HCookie requested review from gmertes and cathalobrien March 13, 2025 13:42
@HCookie HCookie self-assigned this Mar 13, 2025
@github-project-automation github-project-automation bot moved this to Now In Progress in Anemoi-dev Mar 13, 2025
@HCookie HCookie changed the title fix:ParallelRunner without GPU fix: ParallelRunner without GPU Mar 13, 2025
gmertes
gmertes previously approved these changes Mar 13, 2025
@HCookie HCookie moved this from Now In Progress to Under Review in Anemoi-dev Mar 14, 2025
@HCookie HCookie merged commit 9313155 into main Mar 17, 2025
76 of 125 checks passed
@HCookie HCookie deleted the fix/parallel_runner_without_gpu branch March 17, 2025 11:00
@github-project-automation github-project-automation bot moved this from Under Review to Done in Anemoi-dev Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Parallel Runner & Retrieve
2 participants