Skip to content

Commit

Permalink
Merge pull request #3 from akaday/dependabot/pip/compression/gpt2/pip…
Browse files Browse the repository at this point in the history
…-6b7ccbe0aa

Bump the pip group across 9 directories with 15 updates
  • Loading branch information
akaday authored Nov 25, 2024
2 parents 0f0649f + e460207 commit 89007e2
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion compression/gpt2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
datasets >= 1.8.0
sentencepiece != 0.1.92
protobuf
transformers == 4.38.0
transformers == 4.46.3
accelerate
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
soundfile
jiwer
datasets
2 changes: 1 addition & 1 deletion inference/huggingface/fill-mask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
2 changes: 1 addition & 1 deletion inference/huggingface/text-generation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
numpy
sentencepiece
protobuf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
sentencepiece
google
protobuf
2 changes: 1 addition & 1 deletion inference/huggingface/translation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deepspeed
torch
transformers==4.38.0
transformers==4.46.3
sentencepiece
google
protobuf
4 changes: 2 additions & 2 deletions training/HelloDeepSpeed/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
datasets==1.13.3
transformers==4.38.0
transformers==4.46.3
fire==0.4.0
pytz==2021.1
loguru==0.5.3
sh==1.14.2
pytest==6.2.5
tqdm==4.66.3
tqdm==4.67.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async-generator==1.10
attrs==20.2.0
backcall==0.2.0
CacheControl==0.12.6
certifi==2024.7.4
certifi==2024.8.30
cffi==1.14.2
chardet==3.0.4
click==7.1.2
Expand All @@ -19,22 +19,22 @@ distlib==0.3.0
distro==1.4.0
entrypoints==0.3
filelock==3.0.12
future==0.18.3
future==1.0.0
html5lib==1.0.1
idna==3.7
idna==3.10
ipaddr==2.2.0
ipykernel==5.3.4
ipython
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.2
Jinja2==3.1.4
joblib==1.2.0
joblib==1.4.2
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==6.1.7
jupyter-console==6.2.0
jupyter-core==4.11.2
jupyter-core==5.7.2
jupyterlab-pygments==0.1.1
kiwisolver==1.2.0
lockfile==0.12.2
Expand All @@ -43,11 +43,11 @@ matplotlib==3.3.1
mistune==0.8.4
msgpack==0.6.2
nbclient==0.5.0
nbconvert==6.5.1
nbconvert==7.16.4
nbformat==5.0.7
nest-asyncio==1.4.0
notebook==6.4.12
numpy==1.22.0
notebook==7.2.2
numpy==2.1.3
opencv-python==4.10.0.84
packaging==20.3
pandas==1.1.2
Expand All @@ -56,13 +56,13 @@ parso==0.7.1
pep517==0.8.2
pexpect==4.8.0
pickleshare==0.7.5
Pillow==10.3.0
Pillow==11.0.0
progress==1.5
prometheus-client==0.8.0
prompt-toolkit==3.0.7
ptyprocess==0.6.0
pyaml==20.4.0
pyarrow==14.0.1
pyarrow==18.0.0
pycparser==2.20
Pygments==2.6.1
pyparsing==2.4.6
Expand All @@ -75,7 +75,7 @@ pyzmq==19.0.2
qtconsole==4.7.7
QtPy==1.9.0
regex==2020.7.14
requests==2.32.2
requests==2.32.3
retrying==1.3.3
sacremoses==0.0.43
Send2Trash==1.5.0
Expand All @@ -84,13 +84,13 @@ six==1.14.0
terminado==0.8.3
testpath==0.4.4
tokenizers==0.8.1rc2
torch==2.2.0
torch==2.5.1
torchvision==0.7.0
tornado==6.4.2
tqdm==4.66.3
tqdm==4.67.0
traitlets
git+https://github.com/huggingface/transformers.git
urllib3==1.26.19
urllib3==2.2.3
wcwidth==0.2.5
webencodings==0.5.1
wget==3.2
Expand Down

0 comments on commit 89007e2

Please sign in to comment.