diff --git a/scripts/sweep_e4_pressured.sh b/scripts/sweep_e4_pressured.sh index dff4846..0f6f239 100755 --- a/scripts/sweep_e4_pressured.sh +++ b/scripts/sweep_e4_pressured.sh @@ -26,7 +26,7 @@ if [ -z "${CUDA_HOME:-}" ]; then fi MODEL=${MODEL:-/mnt/models/Qwen/Qwen3-30B-A3B-Instruct-2507} -TRACE=${TRACE:-outputs/inferact_50sess.jsonl} +TRACE=${TRACE:-third_party/traces/qwen35-swebench-50sess.jsonl} OUTPUT=${OUTPUT:-outputs/e4p_kvc_v2_d_to_p_sync_pressured_50sess} IB_DEVICE=${IB_DEVICE:-mlx5_60} LOAD_FLOOR_BONUS=${LOAD_FLOOR_BONUS:-200}