czty's picture
Add files using upload-large-folder tool
eb88e90 verified
Raw
History Blame Contribute Delete
254 Bytes
#!/usr/bin/env bash
set -euo pipefail
PROJECT_ROOT="/225040511/project/react_code_bioagent_deepseek"
PYTHON_BIN="${PYTHON_BIN:-/225040511/miniconda3/envs/biomni_e1/bin/python}"
cd "${PROJECT_ROOT}"
"${PYTHON_BIN}" -m react_code_bioagent.evaluate "$@"