You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something does need to be improved as what exists is clearly not clear 🙃
I was previously in favor of splitting out these mappings to something more consolidated but unfortunately, that was cut and these "helper types" are all completely separate in their respective providers. So something like m+t4 which may work on one does not work on others.
for example, m+t4 is missing from all the providers see: AWS and azure:
additionally the --cloud-gpu is essentially only functional with GCP in a way that I would expect since azure and AWS have separate machine types with predetermined GPUs but GCP allows you to more explicitly set something, see: #1049
cml runner ... --cloud=aws --cloud-type=m+t4
doesn't work:meanwhile
cml runner ... --cloud=aws --cloud-type=m --cloud-gpu=t4
:does CML not work with TPI generic-machine-types?
The text was updated successfully, but these errors were encountered: