File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- stack_name ?= nlp_template_stack
1+ stack_name ?= huggingface_local_stack
22setup :
33 pip install -r requirements.txt
4- zenml integration install pytorch mlflow huggingface aws s3 kubeflow slack github -y
4+ zenml integration install pytorch mlflow huggingface aws s3 kubeflow slack github evidently -y
55
66install-stack :
77 @echo " Specify stack name [$( stack_name) ]: " && read input && [ -n " $$ input" ] && stack_name=" $$ input" || stack_name=" $( stack_name) " && \
88 zenml experiment-tracker register -f mlflow mlflow_local_$$ {stack_name} && \
9+ zenml data-validator register -f evidently evidently_local_$$ {stack_name} && \
910 zenml model-registry register -f mlflow mlflow_local_$$ {stack_name} && \
1011 zenml model-deployer register -f mlflow mlflow_local_$$ {stack_name} && \
1112 zenml stack register -a default -o default -r mlflow_local_$$ {stack_name} \
Original file line number Diff line number Diff line change 11torch == 2.1.1
22torchvision == 0.16.1
3- zenml [server ]= =0.72.0
3+ zenml [server ]> =0.72.0
44sagemaker == 2.117.0
55cuda-python == 12.3.0
66nvidia-cuda-cupti-cu12 == 12.1.105
You can’t perform that action at this time.
0 commit comments