From 5353e9c44d6bd373083b3191ffab5b6cb7c6652c Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:47:10 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11dbf01..bc0ae5c 100644 --- a/README.md +++ b/README.md @@ -334,10 +334,10 @@ HPO examples Experiment Pipeline examples -- [First step experiment](https://github.com/allegroai/clearml/blob/master/examples/automation/task_piping_example.py) - - This example will "process data", and once done, will launch a copy of the 'second step' experiment-template -- [Second step experiment](https://github.com/allegroai/clearml/blob/master/examples/automation/toy_base_task.py) - - In order to create an experiment-template in the system, this code must be executed once manually +- [Build DAG from Tasks](https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py) + - This example will build a DAG processing flow from existing Tasks and launch them on remote machines +- [Logic Driven Pipeline](https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_decorator.py) + - This example will run any component function as a standalone Task on a remote machine, it will auto-parallelize jobs, cache results and automatically serialize data between remote machines. ### License