skypilot-org / skypilot-catalog

20 stars 30 forks source link

Update Azure catalog (azure/vms.csv) to add H100. #50

Closed concretevitamin closed 11 months ago

concretevitamin commented 11 months ago

The new catalog is obtained by checking out https://github.com/skypilot-org/skypilot/pull/2844 and running

python <sky repo>/sky/clouds/service_catalog/data_fetchers/fetch_azure.py

New catalog contains H100:

» grep H100 *csv                                                                                                      
Standard_NC40ads_H100_v5,H100,1,40.0,320,H100,,,eastus,V2
Standard_NC40ads_H100_v5,H100,1,40.0,320,H100,,,southcentralus,V2
Standard_NC80adis_H100_v5,H100,2,80.0,640,H100,,,eastus,V2
Standard_NC80adis_H100_v5,H100,2,80.0,640,H100,,,southcentralus,V2
Standard_ND48s_H100_v5,H100,6,48.0,950,H100,,,northcentralus,V2
Standard_ND96isr_H100_v5,H100,12,96.0,1900,H100,117.984,29.496,northcentralus,V2
Standard_ND96is_H100_v5,H100,12,96.0,1900,H100,106.186,26.5465,northcentralus,V2

Known problems

Workaround

Note

Michaelvll commented 11 months ago

Would it be good to add the same price of ND or just $0 for the preview H100 NC family? Otherwise, a normal user may have to change the catalog manually, which is a bit demanding.

concretevitamin commented 11 months ago

Would it be good to add the same price of ND or just $0 for the preview H100 NC family? Otherwise, a normal user may have to change the catalog manually, which is a bit demanding.

Good call, I think a fake price, like $0 or $9999, is better to signal that it's temporary. Going with $0 for now since most users won't have quotas anyway.

Michaelvll commented 11 months ago

Would it be good to add the same price of ND or just $0 for the preview H100 NC family? Otherwise, a normal user may have to change the catalog manually, which is a bit demanding.

Good call, I think a fake price, like $0 or $9999, is better to signal that it's temporary. Going with $0 for now since most users won't have quotas anyway.

$0 sounds good to me! I am wondering if it is possible to enable the GitHub Action that fetch for the Azure catalog automatically as well considering more people are going to use Azure.

concretevitamin commented 11 months ago

Updated, PTAL.

RE: Action. Maybe still ok to keep commit history smaller for now?