requirement.txt中指定torch==2.8。工程要求必须有flash-attention,否则报错。
我发现 https://github.com/Dao-AILab/flash-attention/releases 中,支持torch==2.8的只有flash-attention==2.8.3,但真装了又报错:
Requires Flash-Attention version >=2.7.1,<=2.8.2 but got 2.8.3.
到底要什么版本?请问有人真的跑通过吗?是什么版本跑通的?
requirement.txt中指定torch==2.8。工程要求必须有flash-attention,否则报错。
我发现 https://github.com/Dao-AILab/flash-attention/releases 中,支持torch==2.8的只有flash-attention==2.8.3,但真装了又报错:
Requires Flash-Attention version >=2.7.1,<=2.8.2 but got 2.8.3.
到底要什么版本?请问有人真的跑通过吗?是什么版本跑通的?