Skip to content

Commit bd684bc

Browse files
Bump the pytorch group across 1 directory with 12 updates (#436)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69a3dd7 commit bd684bc

5 files changed

+15
-15
lines changed

pytorch/hf-genai-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
accelerate==0.34.2
2-
datasets==3.0.0
2+
datasets==3.0.1
33
einops==0.8.0
44
evaluate==0.4.3
55
onnxruntime-extensions==0.12.0
66
onnxruntime==1.19.2
7-
peft==0.12.0
8-
protobuf==5.28.1
7+
peft==0.13.0
8+
protobuf==5.28.2
99
py-cpuinfo==9.0.0
1010
scikit-learn==1.5.2
1111
SentencePiece==0.2.0
12-
tokenizers==0.19.1
13-
transformers==4.44.2
12+
tokenizers==0.20.0
13+
transformers==4.45.1

pytorch/jupyter-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.3.0b1
2-
jupyterhub==5.1.0
1+
jupyterlab==4.3.0b2
2+
jupyterhub==5.2.0
33
notebook==7.3.0a1
44
jupyter-server-proxy>=4.1.2

pytorch/serving/torchserve-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cython>=3.0.10
33
pynvml>=11.5.0
44
pyyaml>=6.0.1
55
-f https://download.pytorch.org/whl/torch_stable.html
6-
torch-model-archiver==0.11.1
7-
torch-workflow-archiver==0.2.14
8-
torchserve==0.11.1
6+
torch-model-archiver==0.12.0
7+
torch-workflow-archiver==0.2.15
8+
torchserve==0.12.0
99
torchtext==0.18.0+cpu
1010
torchvision==0.19.0
1111
-f https://pytorch-extension.intel.com/release-whl/stable/cpu/us/

pytorch/serving/torchserve-xpu-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cython>=3.0.10
99
pynvml>=11.5.0
1010
pyyaml>=6.0.1
1111
-f https://download.pytorch.org/whl/torch_stable.html
12-
torch-model-archiver==0.11.1
13-
torch-workflow-archiver==0.2.14
14-
torchserve==0.11.1
12+
torch-model-archiver==0.12.0
13+
torch-workflow-archiver==0.2.15
14+
torchserve==0.12.0

pytorch/venv-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=70.0.0
22
psutil==6.0.0
3-
mkl==2024.2.1
4-
mkl-include==2024.2.1
3+
mkl==2024.2.2
4+
mkl-include==2024.2.2
55
intel-openmp==2024.2.1

0 commit comments

Comments
 (0)