Skip to content

Commit

Permalink
seq2seq (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur authored Oct 20, 2023
1 parent 6559d99 commit 78491a6
Show file tree
Hide file tree
Showing 8 changed files with 825 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/autotrain/cli/autotrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .run_dreambooth import RunAutoTrainDreamboothCommand
from .run_image_classification import RunAutoTrainImageClassificationCommand
from .run_llm import RunAutoTrainLLMCommand
from .run_seq2seq import RunAutoTrainSeq2SeqCommand
from .run_setup import RunSetupCommand
from .run_spacerunner import RunAutoTrainSpaceRunnerCommand
from .run_tabular import RunAutoTrainTabularCommand
Expand All @@ -31,6 +32,7 @@ def main():
RunAutoTrainImageClassificationCommand.register_subcommand(commands_parser)
RunAutoTrainTabularCommand.register_subcommand(commands_parser)
RunAutoTrainSpaceRunnerCommand.register_subcommand(commands_parser)
RunAutoTrainSeq2SeqCommand.register_subcommand(commands_parser)

args = parser.parse_args()

Expand Down
Loading

0 comments on commit 78491a6

Please sign in to comment.