requirements_cuda.txt 3.57 KB
Newer Older
Nicolas Patry's avatar
Nicolas Patry committed
1
backoff==2.2.1 ; python_version >= "3.9" and python_version < "3.13"
2
bitsandbytes==0.41.3.post2 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
3
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "3.13"
4
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
5
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
6
7
8
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")
deprecated==1.2.14 ; python_version >= "3.9" and python_version < "3.13"
einops==0.6.1 ; python_version >= "3.9" and python_version < "3.13"
9
10
filelock==3.13.1 ; python_version >= "3.9" and python_version < "3.13"
fsspec==2023.10.0 ; python_version >= "3.9" and python_version < "3.13"
11
googleapis-common-protos==1.62.0 ; python_version >= "3.9" and python_version < "3.13"
12
grpc-interceptor==0.15.4 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
13
14
15
grpcio-reflection==1.60.1 ; python_version >= "3.9" and python_version < "3.13"
grpcio-status==1.60.1 ; python_version >= "3.9" and python_version < "3.13"
grpcio==1.60.1 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
16
hf-transfer==0.1.5 ; python_version >= "3.9" and python_version < "3.13"
17
18
huggingface-hub==0.19.4 ; python_version >= "3.9" and python_version < "3.13"
idna==3.6 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
19
loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
20
numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
21
22
23
24
25
26
27
28
29
opentelemetry-api==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-grpc==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-http==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation-grpc==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-proto==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-sdk==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-semantic-conventions==0.36b0 ; python_version >= "3.9" and python_version < "3.13"
30
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
31
pillow==10.2.0 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
32
protobuf==4.25.3 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
33
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
34
regex==2023.12.25 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
35
requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
36
safetensors==0.3.3 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
37
scipy==1.12.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
38
sentencepiece==0.1.99 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
39
40
41
setuptools==69.1.0 ; python_version >= "3.9" and python_version < "3.13"
tokenizers==0.15.2 ; python_version >= "3.9" and python_version < "3.13"
tqdm==4.66.2 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
42
transformers==4.37.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
43
typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13"
44
typing-extensions==4.9.0 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
45
urllib3==2.2.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
46
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32"
47
wrapt==1.16.0 ; python_version >= "3.9" and python_version < "3.13"