From 7e7e5374cfec1fea7899890f58369ce450384bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:26:01 +0000 Subject: [PATCH] Bump tokenizers from 0.19.1 to 0.20.0 in /pytorch in the pytorch group Bumps the pytorch group in /pytorch with 1 update: [tokenizers](https://github.com/huggingface/tokenizers). Updates `tokenizers` from 0.19.1 to 0.20.0 - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: tokenizers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pytorch ... Signed-off-by: dependabot[bot] --- pytorch/hf-genai-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/hf-genai-requirements.txt b/pytorch/hf-genai-requirements.txt index 8eb7fb3a..037085a0 100644 --- a/pytorch/hf-genai-requirements.txt +++ b/pytorch/hf-genai-requirements.txt @@ -9,5 +9,5 @@ protobuf==5.28.1 py-cpuinfo==9.0.0 scikit-learn==1.5.2 SentencePiece==0.2.0 -tokenizers==0.19.1 +tokenizers==0.20.0 transformers==4.44.2