Skip to content

chore(deps): bump the pip group in /backend/python/transformers with 2 updates #5673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/python/transformers/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
torch==2.4.1
torch==2.7.1
llvmlite==0.43.0
numba==0.60.0
accelerate
transformers
bitsandbytes
outetts
sentence-transformers==3.4.1
protobuf==6.31.0
protobuf==6.31.1
4 changes: 2 additions & 2 deletions backend/python/transformers/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.4.1+cu118
torch==2.7.1
llvmlite==0.43.0
numba==0.60.0
accelerate
transformers
bitsandbytes
outetts
sentence-transformers==4.1.0
protobuf==6.31.0
protobuf==6.31.1
4 changes: 2 additions & 2 deletions backend/python/transformers/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
torch==2.4.1
torch==2.7.1
accelerate
llvmlite==0.43.0
numba==0.60.0
transformers
bitsandbytes
outetts
sentence-transformers==4.1.0
protobuf==6.31.0
protobuf==6.31.1
4 changes: 2 additions & 2 deletions backend/python/transformers/requirements-hipblas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/rocm6.0
torch==2.4.1+rocm6.0
torch==2.7.1
accelerate
transformers
llvmlite==0.43.0
Expand All @@ -8,4 +8,4 @@ bitsandbytes
outetts
bitsandbytes
sentence-transformers==4.1.0
protobuf==6.31.0
protobuf==6.31.1
4 changes: 2 additions & 2 deletions backend/python/transformers/requirements-intel.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
intel-extension-for-pytorch==2.3.110+xpu
torch==2.3.1+cxx11.abi
torch==2.7.1
oneccl_bind_pt==2.3.100+xpu
optimum[openvino]
llvmlite==0.43.0
Expand All @@ -10,4 +10,4 @@ intel-extension-for-transformers
bitsandbytes
outetts
sentence-transformers==4.1.0
protobuf==6.31.0
protobuf==6.31.1
2 changes: 1 addition & 1 deletion backend/python/transformers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.71.0
protobuf==6.31.0
protobuf==6.31.1
certifi
setuptools
scipy==1.15.1
Expand Down
Loading