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

Added SU rate for H100 GPU #86

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

QuanMPhm
Copy link
Contributor

@QuanMPhm QuanMPhm commented Feb 5, 2025

Closes #85. The billing script should now be able to process H100 SUs. However, I have a few details I want to confirm before turning draft into a PR.

@QuanMPhm QuanMPhm requested review from knikolla and naved001 February 5, 2025 08:28
"v100",
"k80",
"h100",
]: # TODO Confirm this is the pci_name for H100s
Copy link
Contributor Author

@QuanMPhm QuanMPhm Feb 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knikolla @naved001 Will this be the pci_name for H100s?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably, but we don't know for sure.

@@ -41,6 +42,7 @@ class Rates(object):
gpu_v100_su_name: str = "OpenStack GPUV100"
gpu_a2_su_name: str = "OpenStack GPUA2"
gpu_k80_su_name: str = "OpenStack GPUK80"
gpu_h100_su_name: str = "OpenStack GPUH100" # TODO Confirm this is SU name for H100
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knikolla @naved001 Is this acceptable as the H100 GPU SU name?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what I'd call it. @joachimweyl does this name seem right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow fetching of H100 GPU rates from nerc_rates
3 participants