From 3e557da12db3d4f8af054ad8c46f19bc42bfc95d Mon Sep 17 00:00:00 2001 From: maxreciprocate <56548574+maxreciprocate@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:16:25 +0200 Subject: [PATCH] update(requirements.txt): to latest `transformers` & `deepspeed` --- requirements.txt | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/requirements.txt b/requirements.txt index b606eddc5..0c5c5b3d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,82 +1,82 @@ ---extra-index-url https://download.pytorch.org/whl/cu118 -accelerate==0.22.0 -aiohttp==3.8.5 +--extra-index-url https://download.pytorch.org/whl/cu121 +accelerate==0.24.1 +aiohttp==3.8.6 aiosignal==1.3.1 +annotated-types==0.6.0 appdirs==1.4.4 async-timeout==4.0.3 attrs==23.1.0 cattrs==23.1.2 certifi==2023.7.22 -charset-normalizer==3.2.0 +charset-normalizer==3.3.2 click==8.1.7 -cmake==3.25.0 -datasets==2.14.4 -deepspeed==0.10.1 +cuda-python==12.3.0 +datasets==2.14.6 +deepspeed==0.12.2 dill==0.3.7 docker-pycreds==0.4.0 -einops==0.6.1 +einops==0.7.0 exceptiongroup==1.1.3 filelock==3.9.0 frozenlist==1.4.0 -fsspec==2023.6.0 -gitdb==4.0.10 -GitPython==3.1.32 -grpcio==1.57.0 +fsspec==2023.4.0 +gitdb==4.0.11 +GitPython==3.1.40 hjson==3.1.0 -huggingface-hub==0.16.4 +huggingface-hub==0.17.3 idna==3.4 Jinja2==3.1.2 -jsonschema==4.19.0 +jsonschema==4.19.2 jsonschema-specifications==2023.7.1 -lit==15.0.7 markdown-it-py==3.0.0 MarkupSafe==2.1.2 mdurl==0.1.2 -mpmath==1.2.1 -msgpack==1.0.5 +mpmath==1.3.0 +msgpack==1.0.7 multidict==6.0.4 multiprocess==0.70.15 networkx==3.0 -ninja==1.11.1 -numpy==1.25.2 -packaging==23.1 -pandas==2.0.3 +ninja==1.11.1.1 +numpy==1.26.1 +packaging==23.2 +pandas==2.1.2 pathtools==0.1.2 -peft==0.5.0 -protobuf==4.24.2 -psutil==5.9.5 +protobuf==4.25.0 +psutil==5.9.6 py-cpuinfo==9.0.0 -pyarrow==13.0.0 -pydantic==1.10.12 +pyarrow==14.0.0 +pydantic==2.4.2 +pydantic_core==2.10.1 Pygments==2.16.1 +pynvml==11.5.0 python-dateutil==2.8.2 -python-rapidjson==1.10 -pytz==2023.3 +python-rapidjson==1.13 +pytz==2023.3.post1 PyYAML==6.0.1 -ray==2.6.3 +ray==2.8.0 referencing==0.30.2 -regex==2023.8.8 +regex==2023.10.3 requests==2.31.0 -rich==13.5.2 -rpds-py==0.9.2 -safetensors==0.3.3 -sentry-sdk==1.29.2 -setproctitle==1.3.2 +rich==13.6.0 +rpds-py==0.12.0 +safetensors==0.4.0 +sentry-sdk==1.34.0 +setproctitle==1.3.3 six==1.16.0 -smmap==5.0.0 -sympy==1.11.1 +smmap==5.0.1 +sympy==1.12 tabulate==0.9.0 -tokenizers==0.13.3 -torch==2.0.1+cu118 +tokenizers==0.14.1 +torch==2.1.0+cu121 torchtyping==0.1.4 tqdm==4.66.1 -transformers==4.32.0 -triton==2.0.0 -tritonclient==2.36.0 -typeguard==4.1.3 -typing_extensions==4.7.1 +transformers==4.35.0 +triton==2.1.0 +tritonclient==2.39.0 +typeguard==4.1.5 +typing_extensions==4.8.0 tzdata==2023.3 -urllib3==2.0.4 -wandb==0.15.8 -xxhash==3.3.0 +urllib3==2.0.7 +wandb==0.15.12 +xxhash==3.4.1 yarl==1.9.2