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 0441217 commit 7ab7b56Copy full SHA for 7ab7b56
tests/integ/test_huggingface.py
@@ -14,11 +14,14 @@
14
15
import os
16
17
+import pytest
18
+
19
from sagemaker.huggingface import HuggingFace
20
from tests.integ import DATA_DIR, TRAINING_DEFAULT_TIMEOUT_MINUTES
21
from tests.integ.timeout import timeout
22
23
24
+@pytest.mark.release
25
def test_huggingface_training(
26
sagemaker_session,
27
gpu_instance_type,
0 commit comments