Skip to content

Commit

Permalink
azure back
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Oct 12, 2024
1 parent 3abb7ac commit e2860ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
("aws", "p4de.24xlarge"),
("aws", "p5.48xlarge"),
("aws", "p5e.48xlarge"),
("azure", "Standard_B1ls"), # very low on memory
]


Expand Down Expand Up @@ -129,9 +128,6 @@ def start(ctx, exclude, start_only):
if vendor not in supported_vendors:
# sc-runner can't yet handle this vendor
continue
if vendor == "azure":
# exclude temporarily
continue
gpu_count = srv_data.gpu_count
logging.info(f"Evaluating {vendor}/{server} with {gpu_count} GPUs")
if (vendor, server) in exclude:
Expand Down

0 comments on commit e2860ae

Please sign in to comment.