Skip to content

Commit

Permalink
Merge pull request #7 from zenml-io/fix/update-zenml-version
Browse files Browse the repository at this point in the history
update zenml version
  • Loading branch information
safoinme authored Nov 21, 2023
2 parents 9dd2e20 + 554901f commit 0bd65ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ setup: remote-login
setup:
{%- endif %}
pip install -r requirements.txt
zenml integration install pytorch mlflow s3 gcp aws slack transformers -y
{%- if cloud_of_choice == 'gcp' %}
zenml integration install pytorch mlflow gcp slack huggingface -y
{%- else %}
zenml integration install pytorch mlflow aws s3 slack huggingface -y
{%- endif %}
zenml init

install-local-stack:
Expand Down
2 changes: 1 addition & 1 deletion template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torchvision
accelerate
gradio
zenml[server]==0.45.5
zenml[server]==0.47.0

0 comments on commit 0bd65ef

Please sign in to comment.