11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
# NVIDIA GPU acceleration via CuPy
|
|
# Install with: pip install -r requirements-gpu-nvidia.txt
|
|
#
|
|
# Choose ONE based on your CUDA version:
|
|
# - cupy-cuda12x for CUDA 12.x (RTX 30xx, 40xx, newer)
|
|
# - cupy-cuda11x for CUDA 11.x (older cards)
|
|
#
|
|
# CuPy bundles CUDA runtime (~700 MB) - no separate CUDA install needed
|
|
|
|
cupy-cuda12x>=13.0.0
|