Skip to content

Commit

Permalink
Set release version to 0.0.1 (meta-llama#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhang authored Sep 7, 2023
2 parents c000c87 + 869526c commit c6f8027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Matthias Reso", email="[email protected]" },
Expand Down

0 comments on commit c6f8027

Please sign in to comment.