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 ce777e6 commit 4370181Copy full SHA for 4370181
tests/conftest.py
@@ -293,6 +293,8 @@ def huggingface_pytorch_training_version(huggingface_training_version):
293
294
@pytest.fixture(scope="module")
295
def huggingface_pytorch_training_py_version(huggingface_pytorch_training_version):
296
+ if Version(huggingface_pytorch_training_version) >= Version("2.3"):
297
+ return "py311"
298
if Version(huggingface_pytorch_training_version) >= Version("2.0"):
299
return "py310"
300
elif Version(huggingface_pytorch_training_version) >= Version("1.13"):
0 commit comments