Files
club-3090/scripts/diagnose-profile.sh
noonghunna c2adb3970d
Some checks failed
Build vLLM Club3090 Image / Detect self-hosted GPU runner (push) Blocked by required conditions
Build vLLM Club3090 Image / GPU smoke and alias promotion (push) Blocked by required conditions
Build vLLM Club3090 Image / Retain four weeks of dated nightlies (push) Blocked by required conditions
Build vLLM Club3090 Image / Build and push dated image (push) Failing after 22m22s
Release / release (push) Failing after 46s
feat(scripts): add diagnose-profile triage
2026-05-14 22:07:00 +00:00

6 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)"
exec python3 "${ROOT_DIR}/scripts/lib/profiles/diagnose_profile_cli.py" "$@"