Skip to content

Commit

Permalink
fix: fixing format errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akrishna1995 committed Oct 25, 2024
1 parent dc99b48 commit 0d7dadf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integ/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def fixture_training_job_with_latest_inference_version(
pytorch.fit({"training": _upload_training_data(pytorch)})
return pytorch.latest_training_job.name


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand Down Expand Up @@ -126,6 +127,7 @@ def test_framework_processing_job_with_deps(
wait=True,
)


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand All @@ -149,6 +151,7 @@ def test_fit_deploy(

assert output.shape == (batch_size, 10)


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand Down Expand Up @@ -179,6 +182,7 @@ def test_local_fit_deploy(
finally:
predictor.delete_endpoint()


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand Down Expand Up @@ -213,6 +217,7 @@ def test_deploy_model(

assert output.shape == (batch_size, 10)


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand Down Expand Up @@ -243,6 +248,7 @@ def test_deploy_packed_model_with_entry_point_name(

assert output.shape == (batch_size, 10)


@pytest.mark.skip(
reason="The test is temporarily disabled because it's causing errors with 2.4.0 pytorch version. \
Please run that manually before the proper fix."
Expand Down

0 comments on commit 0d7dadf

Please sign in to comment.