Skip to content

Commit 7916c48

Browse files
test(qwen-tts): guard CUDA 13 build concurrency
Keep the CUDA 13 FlashAttention packaging check tied to its serialized source-build guard so the runner OOM fix cannot be removed unnoticed.\n\nAssisted-by: Codex:gpt-5 [Codex]
1 parent abb6e2b commit 7916c48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/python/qwen-tts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ for cuda_version in 12 13; do
77
grep -qx "flash-attn" "$backend_dir/requirements-cublas${cuda_version}-after.txt"
88
done
99

10+
grep -q 'BUILD_PROFILE.*cublas13' "$backend_dir/install.sh"
11+
grep -q 'MAX_JOBS.*1' "$backend_dir/install.sh"
12+
1013
if [ -d $backend_dir/common ]; then
1114
source $backend_dir/common/libbackend.sh
1215
else

0 commit comments

Comments
 (0)