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
As mentioned in the README of that extension:
As of 2024-01-05, this extension is no longer used in the FlashAttention repo. We've instead switched to a Triton-based implementation.
When i try to import layer_norm i get this error
Traceback (most recent call last):
File "/home/maxim/test/main.py", line 4, in
import dropout_layer_norm
ImportError: /home/maxim/anaconda3/envs/myenv/lib/python3.12/site-packages/dropout_layer_norm.cpython-312-x86_64-linux-gnu.so: undefined symbol: __cxa_call_terminate
I have flash-attn version 2.7.3. I built layer_norm from source and build was successful
The text was updated successfully, but these errors were encountered: