Skip to content

Commit 2845306

Browse files
authored
Update transformers requirements (#605)
1 parent 2668bf4 commit 2845306

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "llama-recipes"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = [
99
{ name="Hamid Shojanazeri", email="hamidnazeri@meta.com" },
1010
{ name="Matthias Reso", email="mreso@meta.com" },

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ black[jupyter]
88
datasets
99
fire
1010
peft
11-
transformers>=4.43.0
11+
transformers>=4.43.1
1212
sentencepiece
1313
py7zr
1414
scipy

0 commit comments

Comments
 (0)