* dispatch scored rollouts to plugins, extend path for external plugins, better handle errors with vllm /reset_prefix_cache * address PR comments, lint
4 lines
67 B
Python
4 lines
67 B
Python
import pkgutil
|
|
|
|
__path__ = pkgutil.extend_path(__path__, __name__)
|