From a5fc88fbde28c23dc40465865e21b11519e1c737 Mon Sep 17 00:00:00 2001 From: Suraj Subramanian <5676233+subramen@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:35:52 -0400 Subject: [PATCH] Update 3p_integration README.md --- recipes/3p_integrations/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes/3p_integrations/README.md b/recipes/3p_integrations/README.md index e8dd1a97..b2d192b0 100644 --- a/recipes/3p_integrations/README.md +++ b/recipes/3p_integrations/README.md @@ -1,2 +1,8 @@ -## [Running Llama 3 On-Prem with vLLM and TGI](llama_on_prem.md) -This tutorial shows how to use Llama 3 with [vLLM](https://github.com/vllm-project/vllm) and Hugging Face [TGI](https://github.com/huggingface/text-generation-inference) to build Llama 3 on-prem apps. +## Llama-Recipes 3P Integrations + +This folder contains example scripts showcasing the use of Meta Llama with popular platforms and tooling in the LLM ecosystem. + +Each folder is maintained by the platform-owner. + +[!NOTE] +If you'd like to add your platform here, please open a new issue with details of your contribution. -- GitLab