From 190c2e520188c782eb3d24b76cca311565278c19 Mon Sep 17 00:00:00 2001 From: Matthias Reso <13337103+mreso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:44:14 +0000 Subject: [PATCH 1/2] Setup release version to 0.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d360b9e61..8e9e65957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "llama-recipes" -version = "0.2.0" +version = "0.0.1" authors = [ { name="Hamid Shojanazeri", email="hamidnazeri@meta.com" }, { name="Matthias Reso", email="mreso@meta.com" }, From 869526c532a6ca36a60c314ee0c7a592af37ae3f Mon Sep 17 00:00:00 2001 From: Matthias Reso <13337103+mreso@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:10:08 +0000 Subject: [PATCH 2/2] Fix broken link in UPDATES.md --- UPDATES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATES.md b/UPDATES.md index f90b4142a..ffffa7336 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -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. \ No newline at end of file +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. \ No newline at end of file