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
Hi all, forgive my ignorance but my understanding is that SDPA is cuda compatible but I can't find an implementation within candle_nn for it. I want to run some transformer models (mainly whisper) on T4 GPUs (which don't support flash-attention 2) and want to extract more performance. Optimally, would like something similar to the python transformers library where SDPA is by default used when able.
The text was updated successfully, but these errors were encountered:
I see @EricLBuehler; this is related then (saw that you reacted to it too): #2726. Do you know why/if flash attention v1 would be supported within this repo? From what I can tell the flash attention module is for flash v2 only which is incompatible with T4s. I saw https://github.com/huggingface/candle-flash-attn-v1 but I'm confused as to how I can make use of it with candle transformers/kernels.
Hi all, forgive my ignorance but my understanding is that SDPA is cuda compatible but I can't find an implementation within candle_nn for it. I want to run some transformer models (mainly whisper) on T4 GPUs (which don't support flash-attention 2) and want to extract more performance. Optimally, would like something similar to the python transformers library where SDPA is by default used when able.
The text was updated successfully, but these errors were encountered: