I have a problem that I do not know how to tackle it. I have a nb on Colab that was working perfectly on CPU Here is the working nb 19th Jan 23
Then, I was looking to get a new nb working in the same condition (CPU)
- Dealing with JAX 0.3.25 version I have pip install
!pip install jax==0.3.25
!pip install jaxlib==0.3.25
then also pip install my repo at it was Jan 203, using the git commit "tag"
!pip install -q git+https://<git-repo>@a3ecb7f
Now proceeding the same as the Jan nb, crashes as you can see HERE nb 22 March 23
My repo is a fork of an other repo done Nov. 2022.
Is there a reason why the March nb may crash due to some hidden changes? I'm not so confortable with git so may I was doing something wrong on Calob.
Help is warmly welcome.