mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Update bitsandbytes
This commit is contained in:
parent
11e1e059db
commit
9b22eb389f
10
server/poetry.lock
generated
10
server/poetry.lock
generated
@ -192,13 +192,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "bitsandbytes"
|
||||
version = "0.38.1"
|
||||
description = "8-bit optimizers and matrix multiplication routines."
|
||||
version = "0.41.1"
|
||||
description = "k-bit optimizers and matrix multiplication routines."
|
||||
optional = true
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "bitsandbytes-0.38.1-py3-none-any.whl", hash = "sha256:5f532e7b1353eb7049ae831da2eb62ed8a1e0444116bd51b9e088a6e0bc7a34a"},
|
||||
{file = "bitsandbytes-0.38.1.tar.gz", hash = "sha256:ba95a806b5065ea3263558e188f07eacb32ad691842932fb0d36a879883167ce"},
|
||||
{file = "bitsandbytes-0.41.1-py3-none-any.whl", hash = "sha256:b25228c27636367f222232ed4d1e1502eedd2064be215633734fb8ea0c1c65f4"},
|
||||
{file = "bitsandbytes-0.41.1.tar.gz", hash = "sha256:b3f8e7e1e5f88d4813d10ebd4072034ba6a18eca7f0e255376f8320e5499032c"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2404,4 +2404,4 @@ quantize = ["accelerate", "datasets", "texttable"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "97d180d834128bb5b7b3c34986f9d40ab9e597347a10fe9a07d5d19f8ab604f1"
|
||||
content-hash = "250322f2b82caf9060bd19ba6842be217215f911554aec8fdd4d0c791470d6d1"
|
||||
|
@ -16,7 +16,7 @@ grpcio-reflection = "^1.51.1"
|
||||
grpc-interceptor = "^0.15.0"
|
||||
typer = "^0.6.1"
|
||||
accelerate = { version = "^0.20.3", optional = true }
|
||||
bitsandbytes = { version = "^0.38.1", optional = true }
|
||||
bitsandbytes = { version = "^0.41.0", optional = true }
|
||||
safetensors = "0.3.1"
|
||||
loguru = "^0.6.0"
|
||||
opentelemetry-api = "^1.15.0"
|
||||
|
@ -6,7 +6,7 @@ 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"
|
||||
attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
backoff==2.2.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
bitsandbytes==0.38.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
bitsandbytes==0.41.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
|
||||
charset-normalizer==3.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user