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 64f7f59 commit a1afe92Copy full SHA for a1afe92
tests/conftest.py
@@ -297,6 +297,8 @@ def huggingface_pytorch_training_version(huggingface_training_version):
297
298
@pytest.fixture(scope="module")
299
def huggingface_pytorch_training_py_version(huggingface_pytorch_training_version):
300
+ if Version(huggingface_pytorch_training_version) >= Version("2.6"):
301
+ return "py312"
302
if Version(huggingface_pytorch_training_version) >= Version("2.3"):
303
return "py311"
304
if Version(huggingface_pytorch_training_version) >= Version("2.0"):
0 commit comments