SciML / SciMLBook

Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
https://book.sciml.ai/
1.83k stars 331 forks source link

Flux not Precompiling in when running Julia v1.10 #140

Closed ajahraus closed 4 months ago

ajahraus commented 4 months ago

Suggestion

Flux is not precompling when run with Julia 1.10

Identification

Lecture 03

Getting Started with Machine Learning: Adding Flux As well as other cells which are dependent on Flux

Correction

I'm not actually sure exactly what the solution to the problem is, but the correct behaviour is for Flux to import properly and not throw an error 😉

Screenshots

image

ChrisRackauckas commented 4 months ago

It needed some versions bumps, https://github.com/SciML/SciMLBook/pull/141