Shieldstral-1.0-3B-MLX-4bit / scripts /run_paper_alignment.sh
AXONVERTEX-AI-RESEARCH's picture
Replace with clean Apple MLX 4-bit model release
4dc5bc6 verified
Raw
History Blame Contribute Delete
366 Bytes
#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"; cd "$ROOT"
[[ -f .venv/bin/activate ]] || { echo "ERROR: Run ./scripts/install.sh first." >&2; exit 1; }; source .venv/bin/activate
mkdir -p reports/local
python scripts/run_evals.py --cases evals/paper_alignment.jsonl --output reports/local/paper-alignment-results.json