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

Runpod's integrity test was fixed #57

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gpuhunt/providers/runpod.py
Original file line number Diff line number Diff line change
@@ -213,7 +213,7 @@ def get_raw_catalog(offer: dict) -> List[RawCatalogItem]:
"NVIDIA RTX 4000 Ada Generation": "RTX4000",
"NVIDIA RTX 6000 Ada Generation": "RTX6000",
"NVIDIA RTX A4000": "RTXA4000",
"NVIDIA RTX A4500": "RTXA4500",
# "NVIDIA RTX A4500": "RTXA4500",
"NVIDIA RTX A5000": "RTXA5000",
"NVIDIA RTX A6000": "RTXA6000",
}
2 changes: 1 addition & 1 deletion src/integrity_tests/test_runpod.py
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ def select_row(rows, name: str) -> List[str]:
def test_locations(data_rows):
expected = {
"CA-MTL-1",
"CA-MTL-2",
"EU-NL-1",
"EU-RO-1",
"EU-SE-1",
"EUR-IS-1",
"EUR-IS-2",
"EUR-NO-1",
"US-OR-1",
}
locations = select_row(data_rows, "location")