#!/usr/bin/env bash # Push the MergeBench property sweep to Mergeability-2/mergebench-property-sweep (dataset). # Additive only: uploads whatever CSVs and figures exist locally now, plus RESULTS_MERGEBENCH.md as # the dataset card. Nothing on the remote is ever deleted. # bash scripts/publish_mergebench.sh set -u cd "$(dirname "$0")/.." PY=${PYTHON:-/root/venvs/mergeability/bin/python} [ -f /root/.ms_hf_env ] && set -a && . /root/.ms_hf_env && set +a PYTHONPATH=src exec "$PY" -u -m mergeschool.mergebench.publish