Skip to content

Commit

Permalink
Merge branch 'main' into yihan/torch-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
papa99do authored Jan 9, 2025
2 parents 0c5a391 + d8d530b commit 23f53b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/amd64-gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ botocore==1.28.4
# s3transfer
cachetools==5.3.1
# via -r requirements.in
certifi==2019.11.28
certifi==2023.7.22
# via
# -r requirements.in
# httpcore
Expand Down Expand Up @@ -375,7 +375,7 @@ pyyaml==6.0.2
# yacs
readerwriterlock==1.0.9
# via -r requirements.in
redis==4.4.2
redis==4.4.4
# via -r requirements.in
regex==2024.9.11
# via
Expand Down Expand Up @@ -511,7 +511,7 @@ typing-extensions==4.12.2
# starlette
# torch
# uvicorn
urllib3==1.26.16
urllib3==1.26.17
# via
# -r requirements.in
# botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/arm64-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ botocore==1.28.4
# s3transfer
cachetools==5.3.1
# via -r requirements.in
certifi==2019.11.28
certifi==2023.7.22
# via
# -r requirements.in
# httpcore
Expand Down Expand Up @@ -330,7 +330,7 @@ pyyaml==6.0.2
# yacs
readerwriterlock==1.0.9
# via -r requirements.in
redis==4.4.2
redis==4.4.4
# via -r requirements.in
regex==2024.9.11
# via
Expand Down Expand Up @@ -463,7 +463,7 @@ typing-extensions==4.12.2
# starlette
# torch
# uvicorn
urllib3==1.26.16
urllib3==1.26.17
# via
# -r requirements.in
# botocore
Expand Down
10 changes: 6 additions & 4 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fastapi==0.86.0
uvicorn==0.31.0
fastapi-utils==0.2.1
jsonschema==4.17.1
redis==4.4.2
redis==4.4.4
more_itertools==10.4.0
boto3==1.25.4
botocore==1.28.4
Expand All @@ -25,11 +25,11 @@ psutil==5.9.4
multilingual-clip==1.0.10
safetensors==0.4.1
flatbuffers==23.5.9
certifi==2019.11.28
certifi==2023.7.22
idna==2.8
six==1.14.0
typing-extensions==4.12.2
urllib3==1.26.16
urllib3==1.26.17
timm==1.0.8
transformers==4.41.2
einops==0.6.1
Expand All @@ -50,6 +50,7 @@ kazoo==2.10.0
pycurl==7.45.3
huggingface-hub==0.25.0
jinja2==3.1.4
hf-transfer==0.1.8

# AMD Specific packages
--extra-index-url https://download.pytorch.org/whl/cu124
Expand Down Expand Up @@ -101,4 +102,5 @@ hf-transfer==0.1.8
sympy==1.13.1 # pinned by torch 2.5.1; https://github.com/pytorch/pytorch/commit/d1027c2be6ad2ee8c9c50fa83293babd05cb6a2c
aiosignal==1.3.2
click==8.1.8
attrs==24.3.0
attrs==24.3.0
portalocker==2.10.1

0 comments on commit 23f53b6

Please sign in to comment.