Kosmobiker

Results 2 comments of Kosmobiker

Hello, I've got the same problem. I've tried to start GPU instance lots of time during this week but every time I've got the same message `There is no runtime...

I have got something similar My code ``` compiled_sm_model = PyTorchModel( model_data=traced_model_url, predictor_cls=Predictor, framework_version="1.5", role=role, sagemaker_session=sess, entry_point="inference_inf1.py", source_dir="aux", py_version="py3", env={"MMS_DEFAULT_RESPONSE_TIMEOUT": "500"}, ) hardware = "inf1" compilation_job_name = name_from_base("godel") compiled_inf1_model =...