mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
export requirements with bnb
This commit is contained in:
parent
432ab71be9
commit
4e0d8b2efb
@ -1,4 +1,5 @@
|
|||||||
backoff==2.2.1 ; python_version >= "3.9" and python_version < "3.13"
|
backoff==2.2.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
|
bitsandbytes==0.40.2 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
certifi==2023.5.7 ; python_version >= "3.9" and python_version < "3.13"
|
certifi==2023.5.7 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "3.13"
|
charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
click==8.1.3 ; python_version >= "3.9" and python_version < "3.13"
|
click==8.1.3 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user