Skip to content

Commit d73a804

Browse files
committed
Bump llm template
1 parent c42f773 commit d73a804

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Setup Python Environment, Lint and Unit Test
2+
name: Linting
33
on:
44
workflow_call:
55
inputs:
@@ -52,8 +52,8 @@ on:
5252
required: false
5353
default: ''
5454
jobs:
55-
unit-test:
56-
name: unit-test
55+
linting:
56+
name: linting
5757
runs-on: ${{ inputs.os }}
5858
env:
5959
ZENML_DEBUG: 1

.github/workflows/update-templates-to-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
python-version: ${{ inputs.python-version }}
263263
ref-zenml: ${{ github.ref }}
264-
ref-template: 2025.07.14 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
264+
ref-template: 2025.09.19 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
265265
- name: Clean-up
266266
run: |
267267
rm -rf ./local_checkout

src/zenml/cli/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def copier_github_url(self) -> str:
9292
),
9393
llm_finetuning=ZenMLProjectTemplateLocation(
9494
github_url="zenml-io/template-llm-finetuning",
95-
github_tag="2025.07.14", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
95+
github_tag="2025.09.19", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
9696
),
9797
)
9898

0 commit comments

Comments
 (0)