RAGEN / ragen /__init__.py
Harryis's picture
Add files using upload-large-folder tool
25ed21e verified
Raw
History Blame Contribute Delete
182 Bytes
"""RAGEN package initialisation."""
from ragen.patches import apply_omega_conf_patch
# Ensure VERL config instantiation accepts RAGEN-specific extensions.
apply_omega_conf_patch()