-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements-gpu.txt
More file actions
51 lines (40 loc) · 1.27 KB
/
Copy pathrequirements-gpu.txt
File metadata and controls
51 lines (40 loc) · 1.27 KB
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
# Requirements file for GPU-accelerated dependencies
# Based on CUDA and PyTorch requirements from protein design tools
# PyTorch with CUDA 12.1 support
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# CUDA-accelerated scientific computing
cupy-cuda12x>=12.0.0
numba>=0.58.0
# GPU-accelerated data processing
cudf>=23.0.0; platform_machine == "x86_64"
cuml>=23.0.0; platform_machine == "x86_64"
cugraph>=23.0.0; platform_machine == "x86_64"
# GPU monitoring and profiling
nvidia-ml-py>=12.0.0
py-spy>=0.3.14
memory-profiler>=0.61.0
# Distributed computing with GPU support
dask[distributed]>=2023.5.0
dask-cuda>=23.0.0; platform_machine == "x86_64"
# Machine learning accelerated libraries
xgboost[gpu]>=1.7.0
lightgbm>=4.0.0
catboost>=1.2.0
# Image processing with GPU acceleration
opencv-python-headless>=4.8.0
pillow-simd>=9.0.0; platform_machine == "x86_64"
# GPU-accelerated linear algebra
scipy>=1.11.0
scikit-learn>=1.3.0
# NVIDIA RAPIDS (for compatible systems)
# Note: These may require specific CUDA versions and architectures
# rapids-cudf>=23.0.0; platform_machine == "x86_64"
# rapids-cuml>=23.0.0; platform_machine == "x86_64"
# GPU profiling and debugging tools
tensorboard>=2.13.0
pytest-benchmark>=4.0.0
# Memory optimization for GPU workloads
psutil>=5.9.0
pympler>=0.9