From 4646f8fd3a2816d253e313c66051a4b339217af3 Mon Sep 17 00:00:00 2001 From: project6-dev Date: Wed, 12 Aug 2026 07:39:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20revert=20prebuilt=20to=2012=20=E2=80=94?= =?UTF-8?q?=20topk=20.so=20not=20in=20base=20image=20build=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit corex_moe_topk_softmax.so compiled on dev machine but docker build env may differ. Revert to 12 prebuilt to unblock submission. max_completion_tokens + n=2 fixes are the priority. --- qwen3_6_scripts/install_prebuilt_corex.sh | 4 ++-- qwen3_6_scripts/prebuilt/corex-3.2.3-ivcore10/SHA256SUMS | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qwen3_6_scripts/install_prebuilt_corex.sh b/qwen3_6_scripts/install_prebuilt_corex.sh index 9821ce16..aca8052c 100755 --- a/qwen3_6_scripts/install_prebuilt_corex.sh +++ b/qwen3_6_scripts/install_prebuilt_corex.sh @@ -16,8 +16,8 @@ MANIFEST=${BUNDLE_DIR}/SHA256SUMS } mapfile -t artifacts < <(awk '{print $2}' "$MANIFEST") -[[ "${#artifacts[@]}" -eq 13 ]] || { - printf 'expected 13 prebuilt CoreX artifacts, found %s\n' \ +[[ "${#artifacts[@]}" -eq 12 ]] || { + printf 'expected 12 prebuilt CoreX artifacts, found %s\n' \ "${#artifacts[@]}" >&2 exit 2 } diff --git a/qwen3_6_scripts/prebuilt/corex-3.2.3-ivcore10/SHA256SUMS b/qwen3_6_scripts/prebuilt/corex-3.2.3-ivcore10/SHA256SUMS index 7360f63e..f2915aa5 100644 --- a/qwen3_6_scripts/prebuilt/corex-3.2.3-ivcore10/SHA256SUMS +++ b/qwen3_6_scripts/prebuilt/corex-3.2.3-ivcore10/SHA256SUMS @@ -10,4 +10,3 @@ ec2d11fa82d9d0816a6da53e62605e962786fa20ecd5f62e50f9d43087fc4d67 corex_gdn_gate d26f2fa39c3921a95793786601e90cf6ebadd06f1d752af541bf82c21acbc1c9 corex_moe_exact_reduce.so 50b0b44c1da779bb2c03419ed549aee9bb922d1f9bab8b7f11a3d91cca0d21c3 corex_moe_weight_gather.so e944ec0528ed9b6cb74518de3c57e3730543a7bdebc872f993bfdc8424f13e6b corex_paged_kv_gather.so -c3208c8e0c13f54dbe22a9cfc88bdc6ab040e920d6cae4bc0ecf7087880795f3 corex_moe_topk_softmax.so