Skip to content

Conversation

@heiruwu
Copy link
Contributor

@heiruwu heiruwu commented Jan 28, 2024

Because

  • model that requires vram usage which exceeded gpu capability will cause node scheduling to fail

This commit

  • add vram usage ceiling and error
  • add vram override list

@codecov
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (5e1482e) 24.54% compared to head (ebf27c7) 24.50%.

Files Patch % Lines
instill/helpers/ray_config.py 0.00% 17 Missing ⚠️
instill/helpers/const.py 0.00% 3 Missing ⚠️
instill/helpers/errors.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
- Coverage   24.54%   24.50%   -0.05%     
==========================================
  Files         189      189              
  Lines        6596     6607      +11     
  Branches     1043     1046       +3     
==========================================
  Hits         1619     1619              
- Misses       4959     4971      +12     
+ Partials       18       17       -1     

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

@heiruwu heiruwu merged commit 6ccefc2 into main Jan 28, 2024
@heiruwu heiruwu deleted the update-vram-usage-ceiling branch January 28, 2024 20:50
heiruwu added a commit that referenced this pull request Jan 28, 2024
Because

- model that requires vram usage which exceeded gpu capability will
cause node scheduling to fail

This commit

- add vram usage ceiling and error
- add vram override list
heiruwu added a commit that referenced this pull request Jan 28, 2024
Because

- model that requires vram usage which exceeded gpu capability will
cause node scheduling to fail

This commit

- add vram usage ceiling and error
- add vram override list
heiruwu pushed a commit that referenced this pull request Jan 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.7.0](v0.6.0...v0.7.0)
(2024-01-30)


### Features

* **ray:** determine ram usage by file size
([#89](#89))
([7a0023d](7a0023d))
* **ray:** determine vram usage by file size
([#87](#87))
([71e84e6](71e84e6))


### Bug Fixes

* **ray:** add vram ceiling and override list
([#94](#94))
([5804e4a](5804e4a))
* **ray:** fix application name
([f2bb563](f2bb563))
* **ray:** fix gpu resource > 1
([#91](#91))
([b121f56](b121f56))
* **ray:** fix ray autoscaling
([#95](#95))
([5bd8c2a](5bd8c2a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: 👋 Done

Development

Successfully merging this pull request may close these issues.

3 participants