requirements_cuda.txt 3.58 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
3
4
bitsandbytes==0.41.2.post2 ; python_version >= "3.9" and python_version < "3.13"
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "3.13"
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
11
12
13
14
15
16
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"
googleapis-common-protos==1.61.0 ; python_version >= "3.9" and python_version < "3.13"
grpc-interceptor==0.15.4 ; python_version >= "3.9" and python_version < "3.13"
grpcio-reflection==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
grpcio-status==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
grpcio==1.59.3 ; python_version >= "3.9" and python_version < "3.13"
hf-transfer==0.1.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
17
huggingface-hub==0.16.4 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
18
19
idna==3.4 ; python_version >= "3.9" and python_version < "3.13"
loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13"
20
numpy==1.26.2 ; 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
31
32
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13"
pillow==10.1.0 ; python_version >= "3.9" and python_version < "3.13"
protobuf==4.25.1 ; 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"
34
regex==2023.10.3 ; 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"
37
scipy==1.11.4 ; 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"
39
setuptools==69.0.2 ; python_version >= "3.9" and python_version < "3.13"
Nicolas Patry's avatar
Nicolas Patry committed
40
tokenizers==0.13.3 ; python_version >= "3.9" and python_version < "3.13"
41
tqdm==4.66.1 ; python_version >= "3.9" and python_version < "3.13"
42
transformers==4.33.3 ; 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"
Nicolas Patry's avatar
Nicolas Patry committed
44
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "3.13"
45
urllib3==2.1.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"