skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.8k stars 510 forks source link

[Catalog] Lambda catalog fetcher fails due to GH200 #4375

Open Michaelvll opened 5 hours ago

Michaelvll commented 5 hours ago
sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py", line 103, in create_catalog
    'SizeInMiB': GPU_TO_MEMORY[gpu]
KeyError: 'GH200'

The fetcher for lambda catalog is experiencing an issue above. cc'ing @cbrownstein-lambda, do you have a chance to take a look?

Version & Commit info:

cbrownstein-lambda commented 4 hours ago

@Michaelvll I'll look into this.