Run Qwen235 profilers from Frontier source

This commit is contained in:
2026-07-19 03:00:04 +08:00
parent 79e9870975
commit 39e4719b28

View File

@@ -20,6 +20,9 @@ nvidia-smi --query-gpu=index,memory.used --format=csv,noheader,nounits \
| awk '$2 > 16 {exit 1}' | awk '$2 > 16 {exit 1}'
git -C "${FRONTIER_SOURCE}" rev-parse HEAD > "${OUTPUT_ROOT}/provenance/frontier.commit" git -C "${FRONTIER_SOURCE}" rev-parse HEAD > "${OUTPUT_ROOT}/provenance/frontier.commit"
"${VENV_ROOT}/bin/vllm" --version > "${OUTPUT_ROOT}/provenance/vllm.version" "${VENV_ROOT}/bin/vllm" --version > "${OUTPUT_ROOT}/provenance/vllm.version"
# Frontier's model-config loader resolves data/config/models from the current
# source checkout, so all profiling entrypoints must run from this directory.
cd "${FRONTIER_SOURCE}"
common_profile() { common_profile() {
local gpu="$1" method="$2" root="$3" local gpu="$1" method="$2" root="$3"