-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_cuda.txt
62 lines (54 loc) · 1.24 KB
/
requirements_cuda.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Extra index for CUDA wheels
--extra-index-url https://download.pytorch.org/whl/cu124
# Core dependencies with CUDA support
torch==2.5.0+cu124
torchvision==0.20.0+cu124
torchaudio==2.5.0+cu124
xformers==0.0.28.post2
cuda-python==12.4.0
# Machine learning libraries
diffusers==0.31.0
transformers==4.46.1
accelerate==1.0.1
safetensors==0.4.5
huggingface-hub==0.26.2
sentencepiece==0.1.99
protobuf
grpcio
grpcio-tools
# Utility libraries (same as requirements.txt)
numpy==2.1.2
Pillow==11.0.0
psutil==6.1.0
tqdm==4.66.6
pynvml==11.5.3
fsspec==2024.10.0
PyYAML==6.0.2
networkx==3.4.2
sympy==1.13.1
filelock==3.16.1
typing_extensions==4.12.2
regex==2024.9.11
nltk==3.9.1
jinja2==3.1.4
# Web and API libraries (same as requirements.txt)
gradio==5.4.0
fastapi==0.115.3
uvicorn==0.32.0
python-multipart==0.0.12
aiofiles==23.2.1
orjson==3.10.10
websockets==12.0
# Image processing libraries (same as requirements.txt)
opencv-python==4.8.1.78
scikit-image==0.21.0
# Miscellaneous libraries (same as requirements.txt)
cachetools==5.3.1
rich==13.9.3
# Development tools (same as requirements.txt)
ruff==0.7.1
black==24.10.0
# Testing tools (same as requirements.txt)
pytest==7.4.2
pytest-cov==6.0.0
mypy==1.13.0