File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
docs/book/getting-started Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,14 @@ if __name__ == "__main__":
4949<strong > basic_pipeline()
5050</strong ></code ></pre >
5151
52- {% hint style="success" %}
53- Run this pipeline locally with ` python run.py ` . ZenML automatically tracks the execution and stores artifacts.
54- {% endhint %}
52+ Run this pipeline in batch mode locally:
53+
54+ ``` bash
55+ python run.py
56+ ```
57+
58+ You will see ZenML automatically tracks the execution and stores artifacts. View these on the CLI or on the dashboard.
59+
5560{% endstep %}
5661
5762{% step %}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Deploy the agent pipeline as a real-time service ([see code](pipelines/weather_a
2525
2626``` bash
2727# See service at http://localhost:8000
28- zenml pipeline deploy pipelines.weather_agent.weather_agent_pipeline
28+ zenml pipeline deploy pipelines.weather_agent.weather_agent
2929```
3030
3131** Make predictions via API**
You can’t perform that action at this time.
0 commit comments