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
I followed all the instructions on the page and in addition after CD ing into the pipelines/python folder I ran the "magic shell" to activate the environment. However I am stuck with the following error:
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
...
ValueError: cannot reshape array of size 12679776 into shape (4096,11760)
Thanks for reporting! magic run llama3 --prompt "hi" works however when I magic shell and run python pipeline.py llama3 --prompt "hi" I get a different error. We'll fix the magic shell path.
For my case, it turned out I needed to deactivate any conda env even base by conda deactivate then magic shell path worked as expected. If that's the case for you, could you share the outputs of these cases?
Bug description
I followed all the instructions on the page and in addition after CD ing into the pipelines/python folder I ran the "magic shell" to activate the environment. However I am stuck with the following error:
Steps to reproduce
Run Llama3 on your laptop
System information
The text was updated successfully, but these errors were encountered: