From 9826cd1dad7206198ab2d5e34928f2aef6c6c303 Mon Sep 17 00:00:00 2001 From: Yessen Kanapin Date: Tue, 29 Aug 2023 22:22:56 +0000 Subject: [PATCH] update accelerate --- server/pyproject.toml | 2 +- server/requirements.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 119456df..aa4cda22 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -15,7 +15,7 @@ grpcio-status = "^1.51.1" grpcio-reflection = "^1.51.1" grpc-interceptor = "^0.15.0" typer = "^0.6.1" -accelerate = { version = "^0.19.0", optional = true } +accelerate = { version = "^0.20.3", optional = true } bitsandbytes = { version = "^0.38.1", optional = true } safetensors = "0.3.1" loguru = "^0.6.0" diff --git a/server/requirements.txt b/server/requirements.txt index 854967fc..801c0c57 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -accelerate==0.19.0 ; python_version >= "3.9" and python_version < "4.0" aiohttp==3.8.5 ; python_version >= "3.9" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "4.0" @@ -49,7 +48,6 @@ opentelemetry-semantic-conventions==0.36b0 ; python_version >= "3.9" and python_ packaging==23.1 ; python_version >= "3.9" and python_version < "4.0" pandas==2.0.3 ; python_version >= "3.9" and python_version < "4.0" protobuf==4.24.1 ; python_version >= "3.9" and python_version < "4.0" -psutil==5.9.5 ; python_version >= "3.9" and python_version < "4.0" pyarrow==13.0.0 ; python_version >= "3.9" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0" pytz==2023.3 ; python_version >= "3.9" and python_version < "4.0"