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>
This commit is contained in:
Ettore Di Giacinto
2026-06-12 22:24:03 +00:00
parent 51f4f67c47
commit 3c74e53d87

View File

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