Skip to content
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

Implement GPU Support #728

Merged
merged 11 commits into from
Dec 12, 2024

Fix: Expose GPU support option in `status/config` endpoint

b06594c
Select commit
Loading
Failed to load commit list.
Merged

Implement GPU Support #728

Fix: Expose GPU support option in `status/config` endpoint
b06594c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 6, 2024 in 1s

62.65% (-0.15%) compared to fb379ff

View this Pull Request on Codecov

62.65% (-0.15%) compared to fb379ff

Details

Codecov Report

Attention: Patch coverage is 49.39759% with 42 lines in your changes missing coverage. Please review.

Project coverage is 62.65%. Comparing base (fb379ff) to head (b06594c).

Files with missing lines Patch % Lines
src/aleph/vm/models.py 45.83% 13 Missing ⚠️
src/aleph/vm/pool.py 20.00% 12 Missing ⚠️
src/aleph/vm/orchestrator/payment.py 0.00% 7 Missing ⚠️
src/aleph/vm/orchestrator/tasks.py 14.28% 6 Missing ⚠️
src/aleph/vm/hypervisors/qemu/qemuvm.py 86.66% 1 Missing and 1 partial ⚠️
...c/aleph/vm/hypervisors/qemu_confidential/qemuvm.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##           proto-add-gpu-listing     #728      +/-   ##
=========================================================
- Coverage                  62.79%   62.65%   -0.15%     
=========================================================
  Files                         72       72              
  Lines                       6343     6407      +64     
  Branches                     514      524      +10     
=========================================================
+ Hits                        3983     4014      +31     
- Misses                      2199     2231      +32     
- Partials                     161      162       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.