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 c822545 commit 7e5e69bCopy full SHA for 7e5e69b
tests/conftest.py
@@ -356,7 +356,7 @@ def huggingface_training_compiler_pytorch_py_version(
356
@pytest.fixture(scope="module")
357
def huggingface_pytorch_latest_training_py_version(
358
huggingface_training_pytorch_latest_version,
359
-):
+):
360
if Version(huggingface_training_pytorch_latest_version) >= Version("2.3"):
361
return "py311"
362
if Version(huggingface_training_pytorch_latest_version) >= Version("2.0"):
0 commit comments