Skip to content

Commit

Permalink
Bump quart in /local-inference in the pip group across 1 directory (#335
Browse files Browse the repository at this point in the history
)

Bumps the pip group with 1 update in the /local-inference directory: [quart](https://github.com/pallets/quart).


Updates `quart` from 0.19.6 to 0.19.7
- [Release notes](https://github.com/pallets/quart/releases)
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst)
- [Commits](pallets/quart@0.19.6...0.19.7)

---
updated-dependencies:
- dependency-name: quart
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent 88c05b4 commit 20b6f7c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local-inference/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accelerate==0.33.0
torch==2.4.0
transformers==4.43.3
quart==0.19.6
quart==0.19.7
quart_cors==0.7.0
38 changes: 35 additions & 3 deletions local-inference/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ filelock==3.15.4
# huggingface-hub
# torch
# transformers
# triton
flask==3.0.3
# via quart
fsspec==2024.6.1
Expand Down Expand Up @@ -68,6 +69,37 @@ numpy==1.26.4
# via
# accelerate
# transformers
nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
nvidia-cuda-runtime-cu12==12.1.105
# via torch
nvidia-cudnn-cu12==9.1.0.70
# via torch
nvidia-cufft-cu12==11.0.2.54
# via torch
nvidia-curand-cu12==10.3.2.106
# via torch
nvidia-cusolver-cu12==11.4.5.107
# via torch
nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.20.5
# via torch
nvidia-nvjitlink-cu12==12.6.77
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
packaging==24.1
# via
# accelerate
Expand All @@ -82,7 +114,7 @@ pyyaml==6.0.1
# accelerate
# huggingface-hub
# transformers
quart==0.19.6
quart==0.19.7
# via
# -r requirements.in
# quart-cors
Expand All @@ -98,8 +130,6 @@ safetensors==0.4.3
# via
# accelerate
# transformers
setuptools==72.1.0
# via torch
sympy==1.13.1
# via torch
tokenizers==0.19.1
Expand All @@ -114,6 +144,8 @@ tqdm==4.66.4
# transformers
transformers==4.43.3
# via -r requirements.in
triton==3.0.0
# via torch
typing-extensions==4.12.2
# via
# huggingface-hub
Expand Down

0 comments on commit 20b6f7c

Please sign in to comment.