Skip to content

Commit

Permalink
Merge pull request #5 from zenml-io/fix/instruction-nlp-template
Browse files Browse the repository at this point in the history
fix modelconfig imoport
  • Loading branch information
safoinme authored Nov 21, 2023
2 parents dbe3501 + 33d7179 commit 9dd2e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ _tasks:
echo " cd {{ _copier_conf.dst_path }}"
echo " make setup"
echo " # optional, provision default local stack"
echo " make install-stack"
echo " make install-local-stack"
echo " # optional, start ZenML Dashboard"
echo " zenml up"
echo " python run.py"
Expand Down
2 changes: 1 addition & 1 deletion template/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{product_name}}_deploy_pipeline,
)
from zenml.logger import get_logger
from zenml.model import ModelConfig
from zenml.model.model_config import ModelConfig
from zenml.enums import ModelStages

logger = get_logger(__name__)
Expand Down

0 comments on commit 9dd2e20

Please sign in to comment.