-
Notifications
You must be signed in to change notification settings - Fork 20
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
3.11.6 test failed tests.schedulers.test_scheduler_flax.FlaxDDPMSchedulerTest.test_full_loop_no_noise
#138
Comments
@SamuelMarks looking at setup.py I do see it needs to be updated. I run Python 3.10, currently running 3.10.15. The @aireenmei can you help answer the grain question. |
From the wheels in PyPI, grain-nightly should support python 3.9-3.12 https://pypi.org/project/grain-nightly/#files |
Confirmed similar issue on Python 3.9.21 on x86_64 Linux running pip 24.3.1, wheel 0.45.1, and setuptools 75.6.0.
This time with flax. flax of version 0.8.5 installs fine when I do a What versions of Python would you like to support? - Happy to send PRs everywhere to enable this. - Preferably the list would include Python 3.13, 3.12, and 3.11. |
Ideally we want to support python 3.10 and up. Thank you for your help. |
Ok let me see what I can do. Latest update (testing on an M3 Pro): No error running tests on CPython 3.10.16. Looks like my encouragement helped: Now as for 3.11.11 & 3.12.8, this is the error:
(i.e., same as this issue) BTW: Finally 3.13.1 failed to install requirements:
Relevant PR for this last: pytorch/pytorch#130249 |
@SamuelMarks the failure for the scheduler is due to the jax's recent changes on enabling jax_threefry_partitionable by default, causing the random numbers generated to be different see jax-ml/jax#18480 I'm making a fix for this. |
Great. Also it looks like the next PyTorch release is scheduled for the morrow; so should be a good time to cut a new release with 3.13 support also. |
Running this without a TPU or GPU; but an M3 Pro.
Planning on going through all your tests and dependencies until 3.10, 3.11, 3.12, 3.13 are supported in addition to your existent 3.8 & 3.9 support.
PS: Your
grain-nightly
dependency doesn't seem to support 3.8, 3.9:Is your
setup.py
up-to-date? - What Python [CPython] versions are you testing on?The text was updated successfully, but these errors were encountered: