requirements_cuda.txt 3.82 KB
Newer Older
1
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "3.13"
2
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
3
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
4
5
6
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"
7
filelock==3.15.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
8
fsspec==2024.5.0 ; python_version >= "3.9" and python_version < "3.13"
9
googleapis-common-protos==1.63.2 ; python_version >= "3.9" and python_version < "3.13"
10
grpc-interceptor==0.15.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
11
12
grpcio-reflection==1.62.2 ; python_version >= "3.9" and python_version < "3.13"
grpcio-status==1.62.2 ; python_version >= "3.9" and python_version < "3.13"
13
grpcio==1.65.1 ; python_version >= "3.9" and python_version < "3.13"
14
hf-transfer==0.1.8 ; python_version >= "3.9" and python_version < "3.13"
15
huggingface-hub==0.23.5 ; python_version >= "3.9" and python_version < "3.13"
16
idna==3.7 ; python_version >= "3.9" and python_version < "3.13"
17
importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
18
loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13"
Daniël de Kok's avatar
Daniël de Kok committed
19
numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"
20
21
22
23
24
25
26
27
28
29
30
31
opentelemetry-api==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-common==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-grpc==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp-proto-http==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-exporter-otlp==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation-grpc==0.46b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-instrumentation==0.46b0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-proto==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-sdk==1.25.0 ; python_version >= "3.9" and python_version < "3.13"
opentelemetry-semantic-conventions==0.46b0 ; python_version >= "3.9" and python_version < "3.13"
packaging==24.1 ; python_version >= "3.9" and python_version < "3.13"
pillow==10.4.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
32
prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "3.13"
OlivierDehaene's avatar
OlivierDehaene committed
33
protobuf==4.25.3 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
34
py-cpuinfo==9.0.0 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
35
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
36
regex==2024.5.15 ; python_version >= "3.9" and python_version < "3.13"
37
requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13"
38
safetensors==0.4.3 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
39
scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
40
sentencepiece==0.1.99 ; python_version >= "3.9" and python_version < "3.13"
41
setuptools==71.1.0 ; python_version >= "3.9" and python_version < "3.13"
42
tokenizers==0.19.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
43
tqdm==4.66.4 ; python_version >= "3.9" and python_version < "3.13"
Daniël de Kok's avatar
Daniël de Kok committed
44
transformers==4.43.1 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
45
typer==0.6.1 ; python_version >= "3.9" and python_version < "3.13"
46
47
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.13"
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
48
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "3.13" and sys_platform == "win32"
49
wrapt==1.16.0 ; python_version >= "3.9" and python_version < "3.13"
50
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.13"