Skip to content

Commit e9c5818

Browse files
philschmidclaytonparnell
authored andcommitted
fix tox and black
1 parent 68edb38 commit e9c5818

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/integ/test_huggingface_torch_distributed.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@
1414

1515
import os
1616
import pytest
17-
import sagemaker.utils
1817
from sagemaker.huggingface import HuggingFace
1918
from tests.integ import timeout
2019
from tests.integ import DATA_DIR, TRAINING_DEFAULT_TIMEOUT_MINUTES
21-
from tests.integ.timeout import timeout, timeout_and_delete_endpoint_by_name
2220

2321

24-
@pytest.mark.skip(
25-
reason="Disabling until the launch of SM Trainium containers" "This test should be re-enabled later."
26-
)
22+
@pytest.mark.release
2723
def test_huggingface_torch_distributed_g5_glue(
2824
sagemaker_session,
2925
huggingface_training_latest_version,

0 commit comments

Comments
 (0)