Skip to content

Commit 65bd8e2

Browse files
chore(deps): bump transformers (#13149)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.38.0...v4.48.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ea122e commit 65bd8e2

File tree

1 file changed

+1
-1
lines changed
  • people-and-planet-ai/weather-forecasting/serving/weather-model

1 file changed

+1
-1
lines changed

people-and-planet-ai/weather-forecasting/serving/weather-model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version = "1.0.0"
1919
dependencies = [
2020
"datasets==3.0.1",
2121
"torch==2.2.0", # make sure this matches the `container_uri` in `notebooks/3-training.ipynb`
22-
"transformers==4.38.0",
22+
"transformers==4.48.0",
2323
]
2424

2525
[project.scripts]

0 commit comments

Comments
 (0)