Add gpu_type and use correct value for GPU accounting#18
Open
ZQyou wants to merge 1 commit into
Open
Conversation
treydock
reviewed
Jul 1, 2026
| node_selector: | ||
| node-role.kubernetes.io/ondemand: '' | ||
| nvidia.com/gpu.product: <%= extra_gpu_mem.to_i.positive? ? 'NVIDIA-A100-PCIE-40GB-MIG-7g.40gb' : 'NVIDIA-A100-PCIE-40GB-MIG-3g.20gb' %> | ||
| gpu_type: <%= extra_gpu_mem.to_i.positive? ? 'nvidia.com/mig-7g.40gb' : 'nvidia.com/mig-3g.20gb' %> |
There was a problem hiding this comment.
We no longer have 20GB MIG nodes. We have only 40GB and 5GB at this time. The 5GB would be nvidia.com/mig-1g.5gb I think.
Author
There was a problem hiding this comment.
@ejaffe-osc told me that the default GB option may break most users' workflows. What happened to the 20GB option?
There was a problem hiding this comment.
It was never used and we needed more 40GB devices so the 20GB option was removed.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.