You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing keras_nlp (version 0.6.3) before importing Tensorflw in a python package results in bus error on mac M1.
I.e, this gives an error:
import keras_nlp
import tensorflow
While this doesn't:
import tensorflow
import keras_nlp
Running on a M1 machine with tensorflow-macos 2.14 and keras_nlp 0.6.3
The text was updated successfully, but these errors were encountered:
I was able to import keras_nlp and tensorflow on my M1 Mac.
Can you try to install TensorFlow 2.15 using pip install tensorflow==2.15 and install keras_nlp(0.6.3) using pip install keras-nlp.
Create a new environment to to fresh install to avoid other package conflicts if there is any.
Importing keras_nlp (version 0.6.3) before importing Tensorflw in a python package results in bus error on mac M1.
I.e, this gives an error:
import keras_nlp
import tensorflow
While this doesn't:
import tensorflow
import keras_nlp
Running on a M1 machine with tensorflow-macos 2.14 and keras_nlp 0.6.3
The text was updated successfully, but these errors were encountered: