Skip to content

Commit

Permalink
refactor(examples) Update transformers version in Whisper example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Jan 6, 2025
1 parent c3f318e commit 41a96fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/whisper-federated-finetuning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["The Flower Authors <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
flwr = { extras = ["simulation"], version = ">=1.0,<2.0" }
transformers = "4.32.1"
transformers = "4.36.0"
tokenizers = "0.13.3"
datasets = "2.14.6"
soundfile = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/whisper-federated-finetuning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers==4.32.1
transformers==4.36.0
tokenizers==0.13.3
datasets==2.14.6
soundfile==0.12.1
Expand Down

0 comments on commit 41a96fa

Please sign in to comment.