From d83628aeab33fe5cc9375578b36079e461ef47d7 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Mon, 21 Oct 2024 10:05:41 +0200 Subject: [PATCH] Updated more templates --- .github/workflows/update-templates-to-examples.yml | 4 ++-- src/zenml/cli/base.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-templates-to-examples.yml b/.github/workflows/update-templates-to-examples.yml index db47166a00e..327e2d45934 100644 --- a/.github/workflows/update-templates-to-examples.yml +++ b/.github/workflows/update-templates-to-examples.yml @@ -46,7 +46,7 @@ jobs: python-version: ${{ inputs.python-version }} stack-name: local ref-zenml: ${{ github.ref }} - ref-template: 2024.10.10 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py + ref-template: 2024.10.21 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py - name: Clean-up run: | rm -rf ./local_checkout @@ -118,7 +118,7 @@ jobs: python-version: ${{ inputs.python-version }} stack-name: local ref-zenml: ${{ github.ref }} - ref-template: 2024.09.23 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py + ref-template: 2024.10.21 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py - name: Clean-up run: | rm -rf ./local_checkout diff --git a/src/zenml/cli/base.py b/src/zenml/cli/base.py index 98fd902cc78..586b4081c2c 100644 --- a/src/zenml/cli/base.py +++ b/src/zenml/cli/base.py @@ -79,7 +79,7 @@ def copier_github_url(self) -> str: ZENML_PROJECT_TEMPLATES = dict( e2e_batch=ZenMLProjectTemplateLocation( github_url="zenml-io/template-e2e-batch", - github_tag="2024.10.10", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml + github_tag="2024.10.21", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml ), starter=ZenMLProjectTemplateLocation( github_url="zenml-io/template-starter", @@ -87,7 +87,7 @@ def copier_github_url(self) -> str: ), nlp=ZenMLProjectTemplateLocation( github_url="zenml-io/template-nlp", - github_tag="2024.09.23", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml + github_tag="2024.10.21", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml ), llm_finetuning=ZenMLProjectTemplateLocation( github_url="zenml-io/template-llm-finetuning",