mlstacks
mlstacks copied to clipboard
A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
MLStacks framework [notionally supports feature stores](https://github.com/zenml-io/mlstacks/blob/992fff1f763f7d16f2847db232c83ed23c8f847c/src/mlstacks/enums.py#L31) but lacks an explicit deployment option for Feast, a popular feature store for machine learning. This task involves integrating Feast as a `ComponentFlavorEnum` within...
[ZenML incorporates image builders as a key part of its stack components](https://docs.zenml.io/stacks-and-components/component-guide/image-builders), enabling the customization and optimization of container images for ML workflows. MLStacks aims to align with ZenML by...
## Open Source Contributors Welcomed! Please comment below if you would like to work on this issue! ### Contact Details [Optional] [email protected] ### What happened? Currently, the mlstacks CLI lacks...
MLStacks currently supports only Kubernetes-based deployments for stacks, as indicated by [the `Stack.deployment_method` attribute](https://github.com/zenml-io/mlstacks/blob/992fff1f763f7d16f2847db232c83ed23c8f847c/src/mlstacks/models/stack.py#L47). This approach necessitates the deployment of a Kubernetes cluster for any stack, utilizing Helm or similar...
hello, I try to create a kubeflow Orchestrator run at local machine using window following the instruction in: https://docs.zenml.io/v/0.33.0/component-gallery/orchestrators/kubeflow after I exercuted this code, [Errno 2] No such file or...
- Version upgraded from 1.6 to 1.9 for kserve terraform module (knative & istio). - graceful failure of the `kubectl delete` command when no resources exist. - Add workload identity...
## Describe changes `analytics-python` was renamed to `segment-analytics-python` in 2021, so this PR switches to using the newer name for the package to ensure users get the newer version and...
## Describe changes Added support for the use of huggingface model deployer. closes #151 ## Pre-requisites Please ensure you have done the following: - [x] I have read the **CONTRIBUTING.md**...
## Describe changes Based on Pydantic 2 branch. This PR just allows for 3.12. ## Pre-requisites Please ensure you have done the following: - [ ] I have read the...
Python 3.8 is EOL on October 1st, so we're removing support for it.