geminiDeveloper's picture
Upload 2234 files
c793be8 verified
Raw
History Blame Contribute Delete
434 Bytes
#!/bin/bash
set -euo pipefail
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
BUNDLE_ROOT=$(cd "${SCRIPT_DIR}/.." && pwd)
bash -n "${BUNDLE_ROOT}/v14/0708_new/inference_clawbenchpro.sh"
bash -n "${BUNDLE_ROOT}/v14/0708_new/score_clawbenchpro.sh"
bash -n "${BUNDLE_ROOT}/v14/0710/inference.sh"
bash -n "${BUNDLE_ROOT}/scripts/setup_full_npu_environment.sh"
PYTHONDONTWRITEBYTECODE=1 python3 "${SCRIPT_DIR}/verify_bundle.py"