We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thank you for providing pdebench. ;)
Do you think it is possible to provide Python 3.11 and Python 3.12 support? As far as I know, PyTorch and JAX support the newest interpreters.
The text was updated successfully, but these errors were encountered:
Hey @greinerth, Thanks for your interest in the benchmark. Sure, we would be glad to provide support for these Python versions.
Py3.11 has been supported in PyTorch from v2.0.1 onwards
Py3.12 support was added in PyTorch 2.2.0
Internally, we have been using the codebase extensively with Py3.10 along with PyTorch v2.2.2.
Py3.10
PyTorch v2.2.2
Although we haven't tested the requested versions, they should work without issues. Have you tested it and encountered problems?
Sorry, something went wrong.
As for the JAX support, both Py3.11 and Py3.12 versions are supported by jaxlib from 0.4.17 onwards. Here, as well, we have only tested Py3.10 on jaxlib=0.4.23 so far.
Py3.11
Py3.12
jaxlib
0.4.17
jaxlib=0.4.23
Having said that, we can already test it for 3.12 since it has already been a year since this Python release.
I did not test it yet, but I will tinker with it in the next few days.
kmario23
No branches or pull requests
First of all, thank you for providing pdebench. ;)
Do you think it is possible to provide Python 3.11 and Python 3.12 support? As far as I know, PyTorch and JAX support the newest interpreters.
The text was updated successfully, but these errors were encountered: