This website requires JavaScript.
Explore
Help
Sign In
OrgLion-ML
/
darknet
mirror of
https://github.com/AlexeyAB/darknet.git
Watch
1
Star
0
Fork
You've already forked darknet
0
Code
Issues
Projects
Releases
Wiki
Activity
d17ec15a06
darknet
/
scripts
/
requested_cuda_version.sh
5 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
update to cuda 11.5 (#8174)
2021-11-12 11:58:00 +08:00
#!/usr/bin/env bash
update cuda to 12.6 (#8922) * update cuda to 12.6 * remove cuda from opencv2 and opencv3
2024-10-10 15:59:36 +08:00
export
CUDA_VERSION
=
"12.6"
update to cuda 11.5 (#8174)
2021-11-12 11:58:00 +08:00
export
CUDA_VERSION_DASHED
=
"
${
CUDA_VERSION
//./-
}
"