SkinGPT-R1 / inference /int4_quantized /test_single.sh
Yuhao
Restructure inference and add INT4 serving
52a881a
raw
history blame contribute delete
110 Bytes
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
"${SCRIPT_DIR}/run_infer.sh" "$@"