diff --git a/pyproject.toml b/pyproject.toml index 670e04cc5..8ae81804f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "llama-recipes" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Hamid Shojanazeri", email="hamidnazeri@meta.com" }, { name="Matthias Reso", email="mreso@meta.com" }, diff --git a/requirements.txt b/requirements.txt index d445c2a94..f3cac001e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ black[jupyter] datasets fire peft -transformers>=4.43.0 +transformers>=4.43.1 sentencepiece py7zr scipy