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 30fe0ee commit 444816eCopy full SHA for 444816e
tests/conftest.py
@@ -254,6 +254,8 @@ def mxnet_eia_latest_py_version():
254
255
@pytest.fixture(scope="module", params=["py2", "py3"])
256
def pytorch_training_py_version(pytorch_training_version, request):
257
+ if Version(pytorch_training_version) >= Version("2.6"):
258
+ return "py312"
259
if Version(pytorch_training_version) >= Version("2.3"):
260
return "py311"
261
elif Version(pytorch_training_version) >= Version("2.0"):
0 commit comments