launch_phase1_ps: parameterise project + model paths (B6 followup)
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
# 1 Prefill Service instance (GPU 7, port 8007, kv_both)
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
mkdir -p "$OUTDIR"
|
||||
|
||||
Reference in New Issue
Block a user