Skip to content
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: 3 additions & 1 deletion requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ fastapi==0.120.1
# via -r mini-requirements.in
googleapis-common-protos==1.72.0
# via opentelemetry-exporter-otlp-proto-grpc
greenlet==3.3.0
# via sqlalchemy
grpcio==1.76.0
# via opentelemetry-exporter-otlp-proto-grpc
h11==0.16.0
Expand Down Expand Up @@ -153,7 +155,7 @@ typing-extensions==4.15.0
# pydantic
# pydantic-core
# starlette
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# minio
Expand Down
4 changes: 3 additions & 1 deletion requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ fuzzywuzzy==0.18.0
# via -r exec-env-requirements.in
google-search-results==2.4.1
# via -r exec-env-requirements.in
greenlet==3.3.0
# via sqlalchemy
groq==0.4.2
# via -r exec-env-requirements.in
h11==0.16.0
Expand Down Expand Up @@ -349,7 +351,7 @@ typing-extensions==4.15.0
# typer-slim
tzdata==2025.2
# via pandas
urllib3==2.5.0
urllib3==2.6.0
# via requests
vadersentiment==3.3.2
# via -r exec-env-requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/mini-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typing-extensions==4.15.0
# pydantic
# pydantic-core
# starlette
urllib3==2.5.0
urllib3==2.6.0
# via requests
uvicorn==0.35.0
# via -r mini-requirements.in
6 changes: 4 additions & 2 deletions requirements/torch-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ fsspec==2025.10.0
# torch
googleapis-common-protos==1.72.0
# via opentelemetry-exporter-otlp-proto-grpc
greenlet==3.3.0
# via sqlalchemy
grpcio==1.76.0
# via opentelemetry-exporter-otlp-proto-grpc
h11==0.16.0
Expand Down Expand Up @@ -206,7 +208,7 @@ threadpoolctl==3.6.0
# via scikit-learn
tokenizers==0.21.4
# via transformers
torch==2.8.0
torch==2.8.0+cpu
# via -r torch-cpu-requirements.in
tqdm==4.67.1
# via
Expand All @@ -229,7 +231,7 @@ typing-extensions==4.15.0
# pydantic-core
# starlette
# torch
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# minio
Expand Down
43 changes: 42 additions & 1 deletion requirements/torch-cuda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ fsspec==2025.10.0
# torch
googleapis-common-protos==1.72.0
# via opentelemetry-exporter-otlp-proto-grpc
greenlet==3.3.0
# via sqlalchemy
grpcio==1.76.0
# via opentelemetry-exporter-otlp-proto-grpc
h11==0.16.0
Expand Down Expand Up @@ -89,6 +91,43 @@ numpy==1.26.2
# scikit-optimize
# scipy
# transformers
nvidia-cublas-cu12==12.8.4.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.8.90
# via torch
nvidia-cuda-nvrtc-cu12==12.8.93
# via torch
nvidia-cuda-runtime-cu12==12.8.90
# via torch
nvidia-cudnn-cu12==9.10.2.21
# via torch
nvidia-cufft-cu12==11.3.3.83
# via torch
nvidia-cufile-cu12==1.13.1.3
# via torch
nvidia-curand-cu12==10.3.9.90
# via torch
nvidia-cusolver-cu12==11.7.3.90
# via torch
nvidia-cusparse-cu12==12.5.8.93
# via
# nvidia-cusolver-cu12
# torch
nvidia-cusparselt-cu12==0.7.1
# via torch
nvidia-nccl-cu12==2.27.3
# via torch
nvidia-nvjitlink-cu12==12.8.93
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvtx-cu12==12.8.90
# via torch
opentelemetry-api==1.37.0
# via
# -r common-requirements.in
Expand Down Expand Up @@ -214,6 +253,8 @@ tqdm==4.67.1
# transformers
transformers==4.53.2
# via -r torch-cuda-requirements.in
triton==3.4.0
# via torch
typing-extensions==4.15.0
# via
# anyio
Expand All @@ -229,7 +270,7 @@ typing-extensions==4.15.0
# pydantic-core
# starlette
# torch
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# minio
Expand Down
Loading