Skip to content

Commit

Permalink
feat(pipeline): add task configuration to RunConfig object
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 26, 2023
1 parent 8c4a595 commit 9c16b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyfi/pipeline/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from hyfi.composer import Composer
from hyfi.composer.extended import XC
from hyfi.task import TaskConfig
from hyfi.utils.envs import ENVs
from hyfi.utils.logging import LOGGING

Expand Down Expand Up @@ -57,6 +58,7 @@ class RunConfig(BaseRunConfig):

_target_: str = ""
pipe_obj_arg_name: Optional[str] = ""
task: Optional[TaskConfig] = None

def set_enviroment(self):
if self.env:
Expand Down

0 comments on commit 9c16b6a

Please sign in to comment.