Skip to content

Commit

Permalink
feat(hyfi): add GENERATOR to HyFi class
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 28, 2023
1 parent fc16744 commit 4f93600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hyfi/main/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from omegaconf import DictConfig, OmegaConf

from hyfi.cached_path import cached_path
from hyfi.composer import Composer, SpecialKeys
from hyfi.composer import GENERATOR, Composer, SpecialKeys
from hyfi.copier import Copier
from hyfi.core import (
__app_version__,
Expand Down Expand Up @@ -84,6 +84,7 @@ class HyFI(
DATASETs,
ENVs,
FUNCs,
GENERATOR,
GPUs,
GRAPHICs,
IOLIBs,
Expand Down

0 comments on commit 4f93600

Please sign in to comment.