Closed richardliaw closed 4 years ago
I am not sure if the best solution is to store the table because we have to keep updating it. I think a quick workaround here is to make this a non breaking feature (keep it in try except as it was previously) with logger.exception()
.
yeah, that would be great @AmeerHajAli can you open a PR and cc me?
What is the problem?
In many of our examples,
boto3
is pinned to 1.4.8. However, with this version of boto3, Tte autoscaler is throwing an error ondescribe_instance_types
without any hint as to what the user should do next.I'm not sure why we can't just load a copy of these instance types in the repo, to be honest.
cc @ericl @AmeerHajAli
Ray version and other system information (Python version, TensorFlow version, OS): master, 3.7
Reproduction (REQUIRED)
Please provide a script that can be run to reproduce the issue. The script should have no external library dependencies (i.e., use fake or mock data / environments):