#!/usr/bin/env bash set -euo pipefail export CUDA_VISIBLE_DEVICES="${CUDA_VISIBLE_DEVICES:-1}" export PORT="${PORT:-8001}" exec "$(dirname "$0")/serve_llamacpp_gpu0.sh"