Skip to content

Commit

Permalink
after merge mess
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Oct 19, 2023
1 parent 11b9a80 commit 541757c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 179 deletions.
78 changes: 0 additions & 78 deletions template/config.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions template/main.py

This file was deleted.

7 changes: 1 addition & 6 deletions template/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,7 @@ def main(
# Run a pipeline with the required parameters. This executes
# all steps in the pipeline in the correct order using the orchestrator
# stack component that is configured in your active ZenML stack.
pipeline_args = {
"config_path":os.path.join(
os.path.dirname(os.path.realpath(__file__)),
"config.yaml",
)
}
pipeline_args = {}
if no_cache:
pipeline_args["enable_cache"] = False

Expand Down

0 comments on commit 541757c

Please sign in to comment.