-
Notifications
You must be signed in to change notification settings - Fork 33
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
Some GCP catalog prices seem inaccurate #31
Comments
Hey, thank you for the question @hzeng-0 ! This price difference is expected as we separate the price for the a2-highgpu-1g to two parts: the host machine a2-highgpu-1g and the A100 GPU (There are also prices for A100 GPU in the catalog) to make it align with the other kind of GPUs. The two prices will be added together when we actually do the cost optimization for the resource. If you do |
I see, that makes a lot more sense. Thanks @Michaelvll !! Is running |
Yes! Running Please let us know if there is any issue with that. : ) |
I'm not sure why yet, but when I run it I get
Weirdly, the errors disappear when I get rid of the multiprocesssing in |
The price for GCP's A2 vms on our catalog seem significantly different from how they are listed on https://cloud.google.com/compute/vm-instance-pricing.
For example,
a2-highgpu-1g
has an hourly on-demand price of $4.05, but our catalog puts it at $0.94.I'm not sure if this discrepancy is only for the A2 machines, or if it is more widespread.
Also, on a side note, how do we generate the catalog for GCP? I tried running
python3 fetch_gcp.py
inskypilot/sky/clouds/service_catalog/data_fetchers
, but this gave me an error.The text was updated successfully, but these errors were encountered: