Upload alpha_factory/orchestration/__init__.py with huggingface_hub
Browse files
alpha_factory/orchestration/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Orchestration module."""
|
| 2 |
+
from .pipeline import AlphaPipeline
|
| 3 |
+
|
| 4 |
+
__all__ = ["AlphaPipeline"]
|