Skip to content

Commit 75b46db

Browse files
committed
fix ei fixture
1 parent e89ecc6 commit 75b46db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/integ/test_pytorch.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,15 @@ def test_deploy_packed_model_with_entry_point_name(
160160
test_region() not in EI_SUPPORTED_REGIONS, reason="EI isn't supported in that specific region."
161161
)
162162
def test_deploy_model_with_accelerator(
163-
sagemaker_session,
164-
cpu_instance_type,
165-
pytorch_eia_latest_ei_version,
166-
pytorch_eia_latest_py_version,
163+
sagemaker_session, cpu_instance_type, pytorch_eia_latest_version, pytorch_eia_latest_py_version,
167164
):
168165
endpoint_name = "test-pytorch-deploy-eia-{}".format(sagemaker_timestamp())
169166
model_data = sagemaker_session.upload_data(path=EIA_MODEL)
170167
pytorch = PyTorchModel(
171168
model_data,
172169
"SageMakerRole",
173170
entry_point=EIA_SCRIPT,
174-
framework_version=pytorch_eia_latest_ei_version,
171+
framework_version=pytorch_eia_latest_version,
175172
py_version=pytorch_eia_latest_py_version,
176173
sagemaker_session=sagemaker_session,
177174
)

0 commit comments

Comments
 (0)