Closed cbrownstein-lambda closed 5 days ago
This pull request adds GH200 to the list of instance types offered by Lambda.
Without the change in this pull request, python fetch_lambda_cloud.py --api-key $CLOUD_API_KEY returns:
python fetch_lambda_cloud.py --api-key $CLOUD_API_KEY
Traceback (most recent call last): File "/home/boxer/devel/skypilot/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py", line 144, in <module> create_catalog(get_api_key(args), 'lambda/vms.csv') File "/home/boxer/devel/skypilot/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py", line 103, in create_catalog 'SizeInMiB': GPU_TO_MEMORY[gpu] KeyError: 'GH200'
Closes: https://github.com/skypilot-org/skypilot/issues/4375
This pull request adds GH200 to the list of instance types offered by Lambda.
Without the change in this pull request,
python fetch_lambda_cloud.py --api-key $CLOUD_API_KEY
returns:Closes: https://github.com/skypilot-org/skypilot/issues/4375