From a2e9b5f17f8fe27b55fdbb7e6f62a28c7b3201bd Mon Sep 17 00:00:00 2001 From: biondizzle Date: Mon, 11 May 2026 06:15:11 +0000 Subject: [PATCH] fix: add --enable-expert-parallel to compose command --- build_push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_push.sh b/build_push.sh index 3acdd22..e331a4b 100644 --- a/build_push.sh +++ b/build_push.sh @@ -61,6 +61,7 @@ services: --enforce-eager --kv-cache-dtype fp8 --port 8000 + --enable-expert-parallel EOF echo "============================================"