diff --git a/compression/gpt2/requirements.txt b/compression/gpt2/requirements.txt index b11238706..9862d0aa3 100644 --- a/compression/gpt2/requirements.txt +++ b/compression/gpt2/requirements.txt @@ -1,5 +1,5 @@ datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf -transformers == 4.15.0 +transformers == 4.38.0 accelerate \ No newline at end of file diff --git a/inference/huggingface/automatic-speech-recognition/requirements.txt b/inference/huggingface/automatic-speech-recognition/requirements.txt index 96a10d306..f04c95ca0 100644 --- a/inference/huggingface/automatic-speech-recognition/requirements.txt +++ b/inference/huggingface/automatic-speech-recognition/requirements.txt @@ -1,6 +1,6 @@ deepspeed torch -transformers==4.21.2 +transformers==4.38.0 soundfile jiwer datasets diff --git a/inference/huggingface/fill-mask/requirements.txt b/inference/huggingface/fill-mask/requirements.txt index 1e33957f4..4183c5de6 100644 --- a/inference/huggingface/fill-mask/requirements.txt +++ b/inference/huggingface/fill-mask/requirements.txt @@ -1,3 +1,3 @@ deepspeed torch -transformers==4.21.2 +transformers==4.38.0 diff --git a/inference/huggingface/text-generation/requirements.txt b/inference/huggingface/text-generation/requirements.txt index a6f484701..4183c5de6 100644 --- a/inference/huggingface/text-generation/requirements.txt +++ b/inference/huggingface/text-generation/requirements.txt @@ -1,3 +1,3 @@ deepspeed torch -transformers==4.28.1 +transformers==4.38.0 diff --git a/inference/huggingface/text-generation/run-generation-script/requirements.txt b/inference/huggingface/text-generation/run-generation-script/requirements.txt index 85abe2d98..4ccf0b913 100644 --- a/inference/huggingface/text-generation/run-generation-script/requirements.txt +++ b/inference/huggingface/text-generation/run-generation-script/requirements.txt @@ -1,6 +1,6 @@ deepspeed torch -transformers==4.21.2 +transformers==4.38.0 numpy sentencepiece protobuf diff --git a/inference/huggingface/text2text-generation/requirements.txt b/inference/huggingface/text2text-generation/requirements.txt index a2374fbac..2747c4f3e 100644 --- a/inference/huggingface/text2text-generation/requirements.txt +++ b/inference/huggingface/text2text-generation/requirements.txt @@ -1,6 +1,6 @@ deepspeed torch -transformers==4.21.2 +transformers==4.38.0 sentencepiece google protobuf diff --git a/inference/huggingface/translation/requirements.txt b/inference/huggingface/translation/requirements.txt index a2374fbac..2747c4f3e 100644 --- a/inference/huggingface/translation/requirements.txt +++ b/inference/huggingface/translation/requirements.txt @@ -1,6 +1,6 @@ deepspeed torch -transformers==4.21.2 +transformers==4.38.0 sentencepiece google protobuf diff --git a/training/HelloDeepSpeed/requirements.txt b/training/HelloDeepSpeed/requirements.txt index 3471b7061..47743fc25 100644 --- a/training/HelloDeepSpeed/requirements.txt +++ b/training/HelloDeepSpeed/requirements.txt @@ -1,8 +1,8 @@ datasets==1.13.3 -transformers==4.5.1 +transformers==4.38.0 fire==0.4.0 pytz==2021.1 loguru==0.5.3 sh==1.14.2 pytest==6.2.5 -tqdm==4.62.3 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file diff --git a/training/MoQ/huggingface-transformers/examples/research_projects/lxmert/requirements.txt b/training/MoQ/huggingface-transformers/examples/research_projects/lxmert/requirements.txt index 69bc6ba07..98883c63f 100644 --- a/training/MoQ/huggingface-transformers/examples/research_projects/lxmert/requirements.txt +++ b/training/MoQ/huggingface-transformers/examples/research_projects/lxmert/requirements.txt @@ -4,7 +4,7 @@ async-generator==1.10 attrs==20.2.0 backcall==0.2.0 CacheControl==0.12.6 -certifi==2020.6.20 +certifi==2024.7.4 cffi==1.14.2 chardet==3.0.4 click==7.1.2 @@ -19,22 +19,22 @@ distlib==0.3.0 distro==1.4.0 entrypoints==0.3 filelock==3.0.12 -future==0.18.2 +future==0.18.3 html5lib==1.0.1 -idna==2.8 +idna==3.7 ipaddr==2.2.0 ipykernel==5.3.4 ipython ipython-genutils==0.2.0 ipywidgets==7.5.1 jedi==0.17.2 -Jinja2==2.11.2 -joblib==0.16.0 +Jinja2==3.1.4 +joblib==1.2.0 jsonschema==3.2.0 jupyter==1.0.0 jupyter-client==6.1.7 jupyter-console==6.2.0 -jupyter-core==4.6.3 +jupyter-core==4.11.2 jupyterlab-pygments==0.1.1 kiwisolver==1.2.0 lockfile==0.12.2 @@ -43,11 +43,11 @@ matplotlib==3.3.1 mistune==0.8.4 msgpack==0.6.2 nbclient==0.5.0 -nbconvert==6.0.1 +nbconvert==6.5.1 nbformat==5.0.7 nest-asyncio==1.4.0 -notebook==6.1.5 -numpy==1.19.2 +notebook==6.4.12 +numpy==1.22.0 opencv-python==4.10.0.84 packaging==20.3 pandas==1.1.2 @@ -56,13 +56,13 @@ parso==0.7.1 pep517==0.8.2 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==7.2.0 +Pillow==10.3.0 progress==1.5 prometheus-client==0.8.0 prompt-toolkit==3.0.7 ptyprocess==0.6.0 pyaml==20.4.0 -pyarrow==1.0.1 +pyarrow==14.0.1 pycparser==2.20 Pygments==2.6.1 pyparsing==2.4.6 @@ -75,7 +75,7 @@ pyzmq==19.0.2 qtconsole==4.7.7 QtPy==1.9.0 regex==2020.7.14 -requests==2.22.0 +requests==2.32.2 retrying==1.3.3 sacremoses==0.0.43 Send2Trash==1.5.0 @@ -84,13 +84,13 @@ six==1.14.0 terminado==0.8.3 testpath==0.4.4 tokenizers==0.8.1rc2 -torch==1.13.1 +torch==2.2.0 torchvision==0.7.0 -tornado==6.0.4 -tqdm==4.48.2 +tornado==6.4.2 +tqdm==4.66.3 traitlets git+https://github.com/huggingface/transformers.git -urllib3==1.25.8 +urllib3==1.26.19 wcwidth==0.2.5 webencodings==0.5.1 wget==3.2