Frozen on M2 MacBook #391
Unanswered
steve-abel
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Hi @steve-abel, Since you are running in Jupyter, have you checked the Jupyter logs? It prints the logs to stderr so it might be printing to the log file depending on how you have Jupyter set up. But in general the "Compiling Julia backend" should be quite short. On an M2 mac it should be like ~10 seconds. My guess is just that it's printing the rest of the search results somewhere other than the Jupyter output. Cheers, |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
trying the basic test implementation at https://github.com/MilesCranmer/PySR/blob/master/examples/pysr_demo.ipynb
and when I get to model.fit(X, y) is hangs and says
Compiling Julia backend...
for ever. What does this mean ? Is it doing anything? It has been like that for 10 mins. How long should it take normally to run on this test example? (some estimates would be useful). As I am on a jupyter notebook I understand that it is supposed to be printing out expressions every 5 seconds after the 1st iteration - so it hasn't yet done one iteration I think. If it makes a difference I am on an m2 mac.
Thanks for any help
Steve A.
Beta Was this translation helpful? Give feedback.
All reactions