Skip to content

Commit

Permalink
Update PromptGuard README.md to fix broken link to promptguard tutori…
Browse files Browse the repository at this point in the history
…al (#45)

Summary: Pull Request resolved: #45

Reviewed By: albertodepaola

Differential Revision: D60291718

Pulled By: tryrobbo

fbshipit-source-id: 113e8a3a3b4a754287fbc0df595d8aaf98cfda62
  • Loading branch information
tryrobbo authored and facebook-github-bot committed Jul 26, 2024
1 parent 7ba66de commit ed14a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prompt-Guard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
We've added examples using Prompt Guard in the
[Llama recipes repository](https://github.com/facebookresearch/llama-recipes).
In particular, take a look at the
[Prompt Guard Tutorial](https://github.com/meta-llama/llama-recipes/blob/main/recipes/responsible_ai/prompt_guard/Prompt%20Guard%20Tutorial.ipynb)
[Prompt Guard Tutorial](https://github.com/meta-llama/llama-recipes/blob/main/recipes/responsible_ai/prompt_guard/prompt_guard_tutorial.ipynb)
and
[Prompt Guard Inference utilities](https://github.com/meta-llama/llama-recipes/blob/main/recipes/responsible_ai/prompt_guard/inference.py).

Expand Down

0 comments on commit ed14a78

Please sign in to comment.