GPU集群的使用

登录上gpu集群后,需要配置环境:

查看机器状况:

内存总大小:free -m

硬盘信息:df

.查看cpu信息:cat /proc/cpuinfo

显卡型号:lspci |grep VGA

检查显卡驱动:modinfo i915

更多内存信息查看:https://blog.csdn.net/qq_32670879/article/details/85259916

安装anoconda:

wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh

bash ./Anaconda3-2019.10-Linux-x86_64.sh

注意,最后要

The installer prompts “Do you wish the installer to initialize Anaconda3 by running conda init?” We recommend “yes”.

Source ~/.bashrc

安装  ftp zilla来传输文件

发布了90 篇原创文章 · 获赞 13 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_32425195/article/details/103690422