We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68edb38 commit e9c5818Copy full SHA for e9c5818
tests/integ/test_huggingface_torch_distributed.py
@@ -14,16 +14,12 @@
14
15
import os
16
import pytest
17
-import sagemaker.utils
18
from sagemaker.huggingface import HuggingFace
19
from tests.integ import timeout
20
from tests.integ import DATA_DIR, TRAINING_DEFAULT_TIMEOUT_MINUTES
21
-from tests.integ.timeout import timeout, timeout_and_delete_endpoint_by_name
22
23
24
-@pytest.mark.skip(
25
- reason="Disabling until the launch of SM Trainium containers" "This test should be re-enabled later."
26
-)
+@pytest.mark.release
27
def test_huggingface_torch_distributed_g5_glue(
28
sagemaker_session,
29
huggingface_training_latest_version,
0 commit comments