Skip to content

Commit 3eadc48

Browse files
chore(deps): bump transformers (#340)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.1 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.52.1...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton Kukushkin <kukushkin.anton@gmail.com>
1 parent be2e437 commit 3eadc48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/sagemaker/sagemaker-templates-service-catalog/templates/finetune_llm_evaluation/seed_code/build_app

modules/sagemaker/sagemaker-templates-service-catalog/templates/finetune_llm_evaluation/seed_code/build_app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requires-python = ">= 3.6"
2525
dependencies = [
2626
"sagemaker==2.218.0",
2727
"datasets==2.8.0",
28-
"transformers==4.52.1",
28+
"transformers==4.53.0",
2929
"torch>=2.0.0",
3030
"peft==0.4.0",
3131
"bitsandbytes==0.40.2",

0 commit comments

Comments
 (0)