Suraj d28400efb5 Merge branch 'main' of https://github.com/meta-llama/llama-recipes-alpha into responsible_ai hace 1 año
..
llama_guard d28400efb5 Merge branch 'main' of https://github.com/meta-llama/llama-recipes-alpha into responsible_ai hace 1 año
prompt_guard d28400efb5 Merge branch 'main' of https://github.com/meta-llama/llama-recipes-alpha into responsible_ai hace 1 año
Purple_Llama_Anyscale.ipynb f53f17138b fix dead links after refactor hace 1 año
Purple_Llama_OctoAI.ipynb f53f17138b fix dead links after refactor hace 1 año
README.md acf0a74297 Updates for commit review hace 1 año
code_shield_usage_demo.ipynb 77156c7324 Minor file renames hace 1 año
input_output_guardrails_with_llama.ipynb a404c9249c Notebook to demonstrate using llama and llama-guard together using OctoAI hace 1 año

README.md

Meta Llama Guard

Meta Llama Guard models provide input and output guardrails for LLM inference. For more details, please visit the main repository.

Note Please find the right model on HF side here.

Running locally

The llama_guard folder contains the inference script to run Meta Llama Guard locally. Add test prompts directly to the inference script before running it.

Running on the cloud

The notebooks Purple_Llama_Anyscale & Purple_Llama_OctoAI contain examples for running Meta Llama Guard on cloud hosted endpoints.