[fix] baseline4 yaml

This commit is contained in:
root
2026-08-18 13:43:22 +00:00
parent cb396eca26
commit 2579ef6867

View File

@@ -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
value: hybrid64