Skip to content

Commit

Permalink
Fix broken link in UPDATES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Sep 6, 2023
1 parent 190c2e5 commit 869526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPDATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ As noted in the documentation, these strings are required to use the fine-tuned
### Updated approach
We recommend sanitizing [these strings](https://github.com/facebookresearch/llama#fine-tuned-chat-models) from any user provided prompts. Sanitization of user prompts mitigates malicious or accidental abuse of these strings. The provided scripts have been updated to do this.

Note: even with this update safety classifiers should still be applied to catch unsafe behaviors or content produced by the model. An [example](https://github.com/facebookresearch/llama-recipes/blob/main/inference/inference.py) of how to deploy such a classifier can be found in the llama-recipes repository.
Note: even with this update safety classifiers should still be applied to catch unsafe behaviors or content produced by the model. An [example](https://github.com/facebookresearch/llama-recipes/blob/main/examples/inference.py) of how to deploy such a classifier can be found in the llama-recipes repository.

0 comments on commit 869526c

Please sign in to comment.