Files
cours-hand-detection/darknet-master/scripts/requested_cuda_version.sh

5 lines
98 B
Bash
Raw Normal View History

2026-03-31 13:28:42 +02:00
#!/usr/bin/env bash
export CUDA_VERSION="12.2"
export CUDA_VERSION_DASHED="${CUDA_VERSION//./-}"