Skip to content

Commit

Permalink
export example configs and make them available
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 6, 2023
1 parent 88c2679 commit 058f5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oktoberfest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from oktoberfest import predict as pr
from oktoberfest import preprocessing as pp
from oktoberfest import rescore as re
from oktoberfest import utils

from . import runner

Expand Down
1 change: 1 addition & 0 deletions oktoberfest/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Init utils."""
from .config import Config
from .example_configs import *
from .multiprocessing_pool import JobPool
from .process_step import ProcessStep

0 comments on commit 058f5a1

Please sign in to comment.