Skip to content

Commit 2845306

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="[email protected]" },
1010
{ name="Matthias Reso", email="[email protected]" },

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)