Skip to content

Commit edcbfda

Browse files
committed
upgrade torch
1 parent 18a7bdc commit edcbfda

File tree

4 files changed

+83
-61
lines changed

4 files changed

+83
-61
lines changed

backend/requirements/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ stripe==10.12.0
10171017
# via onyx
10181018
supervisor==4.3.0
10191019
# via onyx
1020-
sympy==1.13.1
1020+
sympy==1.14.0
10211021
# via onnxruntime
10221022
tabulate==0.9.0
10231023
# via unstructured

backend/requirements/model_server.txt

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -264,40 +264,44 @@ numpy==1.26.4
264264
# shapely
265265
# transformers
266266
# voyageai
267-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and sys_platform == 'linux'
267+
nvidia-cublas-cu12==12.8.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
268268
# via
269269
# nvidia-cudnn-cu12
270270
# nvidia-cusolver-cu12
271271
# torch
272-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
272+
nvidia-cuda-cupti-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
273273
# via torch
274-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
274+
nvidia-cuda-nvrtc-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
275275
# via torch
276-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
276+
nvidia-cuda-runtime-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
277277
# via torch
278-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and sys_platform == 'linux'
278+
nvidia-cudnn-cu12==9.10.2.21 ; platform_machine == 'x86_64' and sys_platform == 'linux'
279279
# via torch
280-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
280+
nvidia-cufft-cu12==11.3.3.83 ; platform_machine == 'x86_64' and sys_platform == 'linux'
281281
# via torch
282-
nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and sys_platform == 'linux'
282+
nvidia-cufile-cu12==1.13.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
283283
# via torch
284-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and sys_platform == 'linux'
284+
nvidia-curand-cu12==10.3.9.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
285285
# via torch
286-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and sys_platform == 'linux'
286+
nvidia-cusolver-cu12==11.7.3.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
287+
# via torch
288+
nvidia-cusparse-cu12==12.5.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
287289
# via
288290
# nvidia-cusolver-cu12
289291
# torch
290-
nvidia-cusparselt-cu12==0.6.2 ; platform_machine == 'x86_64' and sys_platform == 'linux'
292+
nvidia-cusparselt-cu12==0.7.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
291293
# via torch
292-
nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
294+
nvidia-nccl-cu12==2.27.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
293295
# via torch
294-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
296+
nvidia-nvjitlink-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
295297
# via
296298
# nvidia-cufft-cu12
297299
# nvidia-cusolver-cu12
298300
# nvidia-cusparse-cu12
299301
# torch
300-
nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and sys_platform == 'linux'
302+
nvidia-nvshmem-cu12==3.3.20 ; platform_machine == 'x86_64' and sys_platform == 'linux'
303+
# via torch
304+
nvidia-nvtx-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
301305
# via torch
302306
openai==2.6.1
303307
# via
@@ -457,7 +461,7 @@ starlette==0.47.2
457461
# fastapi
458462
# prometheus-fastapi-instrumentator
459463
# sentry-sdk
460-
sympy==1.13.1
464+
sympy==1.14.0
461465
# via torch
462466
tenacity==9.1.2
463467
# via
@@ -472,7 +476,7 @@ tokenizers==0.21.4
472476
# cohere
473477
# litellm
474478
# transformers
475-
torch==2.6.0
479+
torch==2.9.1
476480
# via
477481
# accelerate
478482
# onyx
@@ -490,7 +494,7 @@ transformers==4.53.0
490494
# onyx
491495
# sentence-transformers
492496
# setfit
493-
triton==3.2.0 ; platform_machine == 'x86_64' and sys_platform == 'linux'
497+
triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
494498
# via torch
495499
types-requests==2.32.0.20250328
496500
# via cohere

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ model_server = [
180180
"sentence-transformers==4.0.2",
181181
"sentencepiece==0.2.0",
182182
"setfit==1.1.1",
183-
"torch==2.6.0",
183+
"torch==2.9.1",
184184
"transformers==4.53.0",
185185
"sentry-sdk[fastapi,celery,starlette]==2.14.0",
186186
]

0 commit comments

Comments
 (0)