Skip to content
New issue

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

Python support #70

Open
greinerth opened this issue Aug 13, 2024 · 3 comments
Open

Python support #70

greinerth opened this issue Aug 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@greinerth
Copy link
Contributor

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.

@kmario23
Copy link
Member

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.

Although we haven't tested the requested versions, they should work without issues. Have you tested it and encountered problems?

@kmario23
Copy link
Member

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.

Having said that, we can already test it for 3.12 since it has already been a year since this Python release.

@kmario23 kmario23 self-assigned this Sep 22, 2024
@greinerth
Copy link
Contributor Author

I did not test it yet, but I will tinker with it in the next few days.

@kmario23 kmario23 added the enhancement New feature or request label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants