Skip to content

Commit

Permalink
merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Aug 6, 2024
2 parents d96cf3f + b7bc46f commit 2ebd8ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The most common use-case for a Model is to associate it with a pipeline.

<pre class="language-python"><code class="lang-python"><strong>from zenml import pipeline
</strong>from zenml.model.model import Model
</strong>from zenml import Model

<strong>@pipeline(
</strong><strong> model=Model(
Expand All @@ -21,7 +21,7 @@ In case you want to attach the pipeline to an existing model version, specify th

```python
from zenml import pipeline
from zenml.model.model import Model
from zenml import Model
from zenml.enums import ModelStages

@pipeline(
Expand Down

0 comments on commit 2ebd8ef

Please sign in to comment.