Files
axolotl/src/axolotl/integrations/__init__.py
Wing Lian 74b959e035 dispatch scored rollouts to plugins, extend path for external plugins, better handle errors with vllm /reset_prefix_cache (#3549)
* dispatch scored rollouts to plugins, extend path for external plugins, better handle errors with vllm /reset_prefix_cache

* address PR comments, lint
2026-03-25 11:19:15 -04:00

4 lines
67 B
Python

import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)