May.la
Blog
Machine Learning
Python
IT
Linux
Open Source Contributions
Machine Learning
CUDA
CUDA
disable GPU usage:
export CUDA_VISIBLE_DEVICES=""
enable only GPU 0:
export CUDA_VISIBLE_DEVICES="0"
Last modified November 23, 2022:
add cuda (d40be1e)