From f653d81dc0767ffd2f4bebc94046cecaaa02e768 Mon Sep 17 00:00:00 2001 From: Pia Papanna <ppapanna@meta.com> Date: Fri, 28 Jun 2024 09:57:16 -0700 Subject: [PATCH] Updated the file name --- recipes/responsible_ai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/responsible_ai/README.md b/recipes/responsible_ai/README.md index a2ea147f..0763cffe 100644 --- a/recipes/responsible_ai/README.md +++ b/recipes/responsible_ai/README.md @@ -8,4 +8,4 @@ Meta Llama Guard and Meta Llama Guard 2 are new models that provide input and ou The [llama_guard](llama_guard) folder contains the inference script to run Meta Llama Guard locally. Add test prompts directly to the [inference script](llama_guard/inference.py) before running it. ### Running on the cloud -The notebooks [Purple_Llama_Anyscale](Purple_Llama_Anyscale.ipynb) & [Purple_Llama_OctoAI](Purple_Llama_Octoai.ipynb) contain examples for running Meta Llama Guard on cloud hosted endpoints. +The notebooks [Purple_Llama_Anyscale](Purple_Llama_Anyscale.ipynb) & [Purple_Llama_OctoAI](Purple_Llama_OctoAi.ipynb) contain examples for running Meta Llama Guard on cloud hosted endpoints. -- GitLab