AUREOLE-R-v3 / scripts /validate_release.py
PureOne's picture
AUREOLE-R 3.0.0-hf.1: standalone public research release
9d6c005 verified
Raw
History Blame Contribute Delete
163 Bytes
"""Current v3 validation entry point."""
import runpy
from pathlib import Path
runpy.run_path(str(Path(__file__).with_name("validate_v3.py")),run_name="__main__")