From 04c5ed74ef4f3f64b70b2ff5f7ec227badfcf9b0 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 21 Aug 2024 13:47:24 +0200 Subject: [PATCH] Add ZenML --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91025c3..1f6bf74 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Source: https://artificialanalysis.ai/models/llama-3-instruct-70b - [bert4torch](https://sourceforge.net/projects/bert4torch.mirror/): An elegant PyTorch implementation of transformers. Load various open-source large model weights for reasoning and fine-tuning. 🔥 - [Alpaca.cpp](https://sourceforge.net/projects/alpaca-cpp.mirror/): Run a fast ChatGPT-like model locally on your device. A combination of the LLaMA foundation model and an open reproduction of Stanford Alpaca for instruction-tuned fine-tuning. 🦙 - [promptfoo](https://sourceforge.net/projects/promptfoo.mirror/): Evaluate and compare LLM outputs, catch regressions, and improve prompts using automatic evaluations and representative user inputs. 📊 - +- [ZenML](https://github.com/zenml-io/zenml): Finetune your LLMs on easily-provisioned production-grade stacks on AWS, GCP and Azure. Best in class MLOps setup for ease and reproducibility. 📓 ## This repo is based on the following resources - [Awesome LLMs Fine-Tuning](https://github.com/Curated-Awesome-Lists/awesome-llms-fine-tuning/tree/main)