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
You can try pip wheel --use-pep517 "flash-attn (==1.0.4)” to see it fails with ModuleNotFoundError: No module named ‘packaging’ (which of course imports fine in python).
The text was updated successfully, but these errors were encountered:
You can try
pip wheel --use-pep517 "flash-attn (==1.0.4)”
to see it fails withModuleNotFoundError: No module named ‘packaging’
(which of course imports fine inpython
).The text was updated successfully, but these errors were encountered: