Replies: 2 comments 5 replies
-
This version has the problem that the FlaxModel from the huggingface can't use the GPUs on the Colab Notebook. I tried many ways based on the error message, but any solution didn't work except installing the previous version <=0.6.4. Here is my Colab Notebook script with GPU (just for the explanation).
I tested on the GPU env, but flax (==0.6.5) didn't recognize the GPU resource. |
Beta Was this translation helpful? Give feedback.
-
Why was 0.6.5 version yanked? I cannot find a relevant thread anywhere. |
Beta Was this translation helpful? Give feedback.
-
What's Changed
zeros
andones
initializers withzeros_init
andones_init
builder functions by @chiamp in replacedzeros
andones
initializers withzeros_init
andones_init
builder functions #2815Full Changelog: v0.6.4...v0.6.5
This discussion was created from the release Version 0.6.5.
Beta Was this translation helpful? Give feedback.
All reactions