From 2579ef68676fb03213acd8d377f9cbaf7fb62ccf Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Aug 2026 13:43:22 +0000 Subject: [PATCH] [fix] baseline4 yaml --- computility-run.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/computility-run.yaml b/computility-run.yaml index 34d9fc8e..474d38aa 100644 --- a/computility-run.yaml +++ b/computility-run.yaml @@ -34,7 +34,7 @@ command: - half env: - name: VLLM_ENGINE_ITERATION_TIMEOUT_S - value: 3600 + value: '3600' # --- MoE kernel selection --- - name: BI100_MOE_COREX_DIRECT_ROUTED value: '1' @@ -43,17 +43,10 @@ env: # --- GDN kernel selection --- - name: BI100_GDN_COREX_PACKED_DECODE value: '1' - - name: BI100_GDN_COMBINED_QK_NORM - value: '1' # --- Hybrid KV/GDN cache --- - name: BI100_HYBRID_KV_ACCOUNTING value: full_attention - name: BI100_GDN_CACHE_POLICY value: admission64 - name: BI100_GDN_RESTORE_MODE - value: hybrid64 - # --- Profiling (event mode: no sync overhead) --- - - name: BI100_PROFILE - value: '1' - - name: BI100_PROFILE_MODE - value: event \ No newline at end of file + value: hybrid64 \ No newline at end of file