当前位置: 首页 > article >正文

【深度学习环境】NVIDIA Driver、Cuda和Pytorch(centos9机器,要用到显示器)

文章目录

  • 一 、Anaconda install
  • 二、 NIVIDIA driver install
  • 三、 Cuda install
  • 四、Pytorch install

一 、Anaconda install

Step 1

Go to the official website:

https://www.anaconda.com/download

Input your email and submit.

Step 2

Select your version, and click it to download.

二、 NIVIDIA driver install

Step 1

Go to the official website.

https://www.nvidia.cn/geforce/drivers/

Step 2

Select the version that matches your GPU, and then click search.


Step 3

Download it.

Step 4

Add an executable permission to this run file.

sudo chmod +x NVIDIA-Linux-x86_64-550.142.run

Execute it.

sudo ./NVIDIA-Linux-x86_64-550.142.run

Step 5

disable the ‘nouveau’.

Please refer to this article.

https://developer.aliyun.com/article/1430626

Step 6

Close the Secure Boot mode. (Must use the display screen).

Execute instruction:

sudo systemctl reboot --firmware-setup

This command will restart the computer and go to BIOS Settings, turning off the Secure Boot.

Please refer to this article.

https://blog.csdn.net/qq_43222384/article/details/125998688

三、 Cuda install

Step 1

Go to the official website.

https://developer.nvidia.com/cuda-downloads

Choose your operating system etc.

Then, you could copy the instruction.


Execute it.

Step 2

Add an executable permission to this run file.

sudo chmod +x cuda_12.6.3_560.35.05_linux.run

Execute it.

sudo ./cuda_12.6.3_560.35.05_linux.run

During execution, you need to type ‘accept’.

四、Pytorch install

See another article:

https://jhguo.blog.csdn.net/article/details/144742764?spm=1001.2014.3001.5502


http://www.kler.cn/a/453367.html

相关文章:

  • 普通人怎么入门学习并使用AI?
  • 【ANGULAR网站开发】初始环境搭建
  • Blender真实灰尘粒子动画资产预设 Dust Particles Pro V1.2
  • More Effective C++之效率Efficiency_下
  • 【更新】Docker新手入门教程2:在Windows系统通过compose创建多个mysql镜像并配置应用
  • 关于科研中使用linux服务器的集锦
  • 社区版Dify 轻松实现文生图,Dify+LLM+ComfyUI
  • Coroutine 基础三 —— 结构化并发(二)
  • 机器学习之PCA降维
  • 【开发问题记录】使用 Docker+Jenkins+Jenkins + gitee 实现自动化部署前端项目 CI/CD(centos7为例)
  • 优化SEO策略的长尾关键词研究与应用指南
  • Linux电源管理——CPU Hotplug 流程
  • Java中的异常处理机制
  • 力扣——102. 二叉树的层序遍历
  • 青少年科普教学系统平台的设计与实现springboot
  • 零样本图像分类:用Python和CLIP模型轻松实现
  • 【AI系列】从零开始学习大模型GPT (1)- Build a Large Language Model (From Scratch)
  • 2025年湖南省各地市国际、国家、地方、行业、团体标准制定奖励补贴政策
  • TouchGFX 工程的移植步骤(LTDC RGB 接口 LCD)
  • 『大模型笔记』评估大型语言模型的指标:ELO评分,BLEU,困惑度和交叉熵介绍以及举例解释
  • 《CS2》提示mss32.dll丢失的根源与应对策略。《CS2》提示mss32.dll丢失是什么原因?mss32.dll丢失怎么办?
  • 包管理工具npm、yarn、pnpm、cnpm详解
  • 报表工具DevExpress Reporting v24.2亮点 - AI功能进一步强化
  • CTF MISC 简单的脚本的撰写 -- 进制转换篇
  • Git_撤销本地commit_查找仓库中大文件
  • 【ETCD】【实操篇(十七)】 etcd 集群定期维护指南