Compare commits

...

1 Commits

Author SHA1 Message Date
Ettore Di Giacinto
3c74e53d87 fix(qwen-tts): install flash-attn on cuda13 images (#9293)
The cuda12 image installs flash-attn via requirements-cublas12-after.txt,
but there was no cublas13 equivalent, so cuda13-qwen-tts never installed
flash_attn and fell back to SDPA with warnings. Add the matching
requirements-cublas13-after.txt.

Assisted-by: claude:claude-opus-4-8 [Claude Code]
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-06-12 22:24:03 +00:00

View File

@@ -0,0 +1 @@
flash-attn