tools: default dash5 paths to home layout

This commit is contained in:
2026-07-10 11:22:41 +08:00
parent 6309dc1181
commit 588bfd9df3
5 changed files with 10 additions and 10 deletions

View File

@@ -10,8 +10,8 @@
# Run from the repo root on the GPU host. Produces bench-out/pp{1,2,4}-{xserv,llama}.
set -u
MODEL="${MODEL:-/opt/wjh/models/qwen3-8b}"
GGUF="${GGUF:-/opt/wjh/models/qwen3-8b/qwen3-8b-bf16.gguf}"
MODEL="${MODEL:-$HOME/models/qwen3-8b}"
GGUF="${GGUF:-$HOME/models/qwen3-8b/qwen3-8b-bf16.gguf}"
LIMIT="${LIMIT:-20}"
MAXSEQ="${MAXSEQ:-2048}"
PPS="${PPS:-1 2 4}"