awslabs/benchmark-ai

[SM-Executor] Instance types

Open

#940 opened on Oct 14, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (6 forks)auto 404
buggood first issueservice:sm-executor

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

SageMaker seems to expect instance types in the form ml.<instance-type>. This causes a disparity in the toml when defining a benchmark b/w kubernetes and sage maker.

We should update the sm-executor to check the user's input and if the instance type does not start with ml., add it under the covers...

Contributor guide