dgx-spark-playbooks/nvidia/station-rec-sys/assets/benchmark_inference.sh
2026-05-26 18:25:53 +00:00

10 lines
257 B
Bash
Executable File

#!/usr/bin/env bash
# Run the recommendation throughput benchmark.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
REPO_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
exec uv run --project "$REPO_DIR" python "$SCRIPT_DIR/benchmark_throughput.py" "$@"