launch_phase1_ps: parameterise project + model paths (B6 followup)

This commit is contained in:
2026-05-23 21:14:15 +08:00
parent 52a54e44af
commit 1dea82f2ff

View File

@@ -4,10 +4,11 @@
# 1 Prefill Service instance (GPU 7, port 8007, kv_both) # 1 Prefill Service instance (GPU 7, port 8007, kv_both)
set -euo pipefail set -euo pipefail
cd /home/admin/cpfs/wjh/agentic-kv PROJECT_DIR="${PROJECT_DIR:-$HOME/phd/agentic-kv}"
cd "$PROJECT_DIR"
source .venv/bin/activate source .venv/bin/activate
MODEL=/home/admin/cpfs/wjh/models/Qwen/Qwen3-Coder-30B-A3B-Instruct MODEL="${MODEL_PATH:-$HOME/models/Qwen/Qwen3-Coder-30B-A3B-Instruct}"
OUTDIR=outputs/phase1_ps OUTDIR=outputs/phase1_ps
mkdir -p "$OUTDIR" mkdir -p "$OUTDIR"