Skip to content

Commit

Permalink
Bump NLP template (#2912)
Browse files Browse the repository at this point in the history
* bump nlp template

* Auto-update of NLP template

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
avishniakov and actions-user authored Aug 7, 2024
1 parent 847717b commit 6c2b9d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-templates-to-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
python-version: ${{ inputs.python-version }}
stack-name: local
ref-zenml: ${{ github.ref }}
ref-template: 2024.06.14 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
ref-template: 2024.08.07 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
- name: Clean-up
run: |
rm -rf ./local_checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e_nlp/.copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 2024.06.14
_commit: 2024.08.07
_src_path: gh:zenml-io/template-nlp
accelerator: cpu
cloud_of_choice: aws
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e_nlp/gradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ datasets==2.12.0
numpy==1.22.4
pandas==1.5.3
session_info==1.0.0
scikit-learn==1.2.2
scikit-learn==1.5.0
transformers==4.28.1
IPython==7.34.0
2 changes: 1 addition & 1 deletion examples/e2e_nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torchvision
accelerate
gradio
zenml[server]==0.56.3
zenml[server]>=0.56.3
2 changes: 1 addition & 1 deletion src/zenml/cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def copier_github_url(self) -> str:
),
nlp=ZenMLProjectTemplateLocation(
github_url="zenml-io/template-nlp",
github_tag="2024.06.14", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
github_tag="2024.08.07", # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
),
llm_finetuning=ZenMLProjectTemplateLocation(
github_url="zenml-io/template-llm-finetuning",
Expand Down

0 comments on commit 6c2b9d5

Please sign in to comment.