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
6 lines
182 B
Bash
Executable File
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" "$@"
|