Hi,
I noticed that FlashAttention recently removed old kernels such as rotary and xentropy (see commits like f288... and c4be...).
However, the smdm.md setup guide still instructs users to enter those directories and install them manually. This creates confusion because those folders no longer exist in the latest repository.
My question is:
Should we ignore those installation steps and just rely on the standard pip install . process for FlashAttention?
Or should we pin FlashAttention to an older commit (before the removal) to keep smdm compatible?
I’d appreciate clarification on the intended setup process under the new structure.