Skip to content

Commit 9087ddc

Browse files
authored
chore(deps): bump torch and sentence-transformers (#5969)
* chore(deps): bump torch and sentence-transformers Signed-off-by: Ettore Di Giacinto <[email protected]> * chore(ci): add backend build tests Signed-off-by: Ettore Di Giacinto <[email protected]> * chore: move jobs to self-hosted Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 33bebd5 commit 9087ddc

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
platforms: 'linux/amd64'
315315
tag-latest: 'auto'
316316
tag-suffix: '-gpu-rocm-hipblas-transformers'
317-
runs-on: 'ubuntu-latest'
317+
runs-on: 'arc-runner-set'
318318
base-image: "rocm/dev-ubuntu-22.04:6.1"
319319
skip-drivers: 'false'
320320
backend: "transformers"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
torch==2.4.1
1+
torch==2.7.1
22
llvmlite==0.43.0
33
numba==0.60.0
44
accelerate
55
transformers
66
bitsandbytes
77
outetts
8-
sentence-transformers==3.4.1
8+
sentence-transformers==5.0.0
99
protobuf==6.31.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
2-
torch==2.4.1+cu118
2+
torch==2.7.1+cu118
33
llvmlite==0.43.0
44
numba==0.60.0
55
accelerate
66
transformers
77
bitsandbytes
88
outetts
9-
sentence-transformers==4.1.0
9+
sentence-transformers==5.0.0
1010
protobuf==6.31.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
torch==2.4.1
1+
torch==2.7.1
22
accelerate
33
llvmlite==0.43.0
44
numba==0.60.0
55
transformers
66
bitsandbytes
77
outetts
8-
sentence-transformers==4.1.0
8+
sentence-transformers==5.0.0
99
protobuf==6.31.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
--extra-index-url https://download.pytorch.org/whl/rocm6.0
2-
torch==2.4.1+rocm6.0
1+
--extra-index-url https://download.pytorch.org/whl/rocm6.3
2+
torch==2.7.1+rocm6.3
33
accelerate
44
transformers
55
llvmlite==0.43.0
66
numba==0.60.0
77
bitsandbytes
88
outetts
99
bitsandbytes
10-
sentence-transformers==4.1.0
10+
sentence-transformers==5.0.0
1111
protobuf==6.31.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
22
intel-extension-for-pytorch==2.3.110+xpu
3-
torch==2.3.1+cxx11.abi
4-
oneccl_bind_pt==2.3.100+xpu
3+
torch==2.5.1+cxx11.abi
4+
oneccl_bind_pt==2.8.0+xpu
55
optimum[openvino]
66
llvmlite==0.43.0
77
numba==0.60.0
88
transformers
99
intel-extension-for-transformers
1010
bitsandbytes
1111
outetts
12-
sentence-transformers==4.1.0
12+
sentence-transformers==5.0.0
1313
protobuf==6.31.0

0 commit comments

Comments
 (0)