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
RuntimeError: Failed to import transformers.models.llama.modeling_llama because of the following error (look up to see its traceback):
`np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Fix:
conda install numpy=1.26.4
Obviously fixing it to work with Numpy 2.0 would be preferable.
The text was updated successfully, but these errors were encountered:
Numpy2 breaks this repo.
Fix:
Obviously fixing it to work with Numpy 2.0 would be preferable.
The text was updated successfully, but these errors were encountered: