automlops
automlops copied to clipboard
Build MLOps Pipelines in Minutes
Backend OOP rewrite of all code functionality. Should have no effect on any front end interaction with the service.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
I tried the following code from the example in order to generate the scripts for github-actions. It errors out when validating the project_number parameter. ``` AutoMLOps.generate(project_id=PROJECT_ID, pipeline_params=pipeline_params, use_ci=True, naming_prefix=MODEL_ID, deployment_framework=...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.0. Release notes Sourced from pydantic's releases. v2.4.0 2023-09-25 What's Changed Packaging Update pydantic-core to 2.10.0 by @samuelcolvin in #7542 New Features Add Base64Url types...
Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.0 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...
Would be nice to have example with PyTorch Lightning
Hi, Usually when we work in GCP projects for customers we have multiple environments: development, production and so on. Is there a recommended way of provisioning multiple environments using AutoMLOps?...
Adding logic to provision via gcloud step to build with native docker…commands if github actions is selected as deployment framework. - Implemented credential helper to authenticate with docker to Artifact...
We need the ability to specify (in pipeline configuration) which Pypi repository to pull packages from. Many times a customer will want to only install **local** packages (that they've tested/scanned)...