4

阿木币

0

精华

1 小时

在线时间

应届白菜

Rank: 1

发表于 2024-7-17 15:55:10 723 浏览 8 回复

cuda下载

Allspark 2如何下载nvidia驱动啊

扫一扫浏览分享
回复

使用道具 举报

54

阿木币

1

精华

24 小时

在线时间

技术大V

Rank: 4

发表于 2024-7-17 18:37:46
本帖最后由 y495549035 于 2024-7-17 18:40 编辑

Allspark 2  orin 已经预装了cuda 版本是12.0

在命令行中输入nvcc -V


如果要安装的话直接在命令行中输入:
sudo apt-get install cuda-11.4
回复 点赞

使用道具 举报

4

阿木币

0

精华

1 小时

在线时间

应届白菜

Rank: 1

 楼主| 发表于 2024-7-18 09:26:53
y495549035 发表于 2024-7-17 18:37
Allspark 2  orin 已经预装了cuda 版本是12.0

在命令行中输入nvcc -V

torch 如何下载呢
回复 点赞

使用道具 举报

4

阿木币

0

精华

1 小时

在线时间

应届白菜

Rank: 1

 楼主| 发表于 2024-7-18 09:35:19 来自手机
wh666 发表于 2024-7-18 09:26
torch 如何下载呢

就是我运行darknet,显示cuda 和torch不匹配,删了torch后下新的它显示没有torch
回复 点赞

使用道具 举报

54

阿木币

1

精华

24 小时

在线时间

技术大V

Rank: 4

发表于 2024-7-18 09:40:32
wh666 发表于 2024-7-18 09:35
就是我运行darknet,显示cuda 和torch不匹配,删了torch后下新的它显示没有torch ...

下载了新的没有显示,可能是由于没有设好环境变量
回复 点赞

使用道具 举报

4

阿木币

0

精华

1 小时

在线时间

应届白菜

Rank: 1

 楼主| 发表于 2024-7-18 09:46:13 来自手机
y495549035 发表于 2024-7-18 09:40
下载了新的没有显示,可能是由于没有设好环境变量

这个torch-2.0.0 nv23.05是自带的吗
回复 点赞

使用道具 举报

54

阿木币

1

精华

24 小时

在线时间

技术大V

Rank: 4

发表于 2024-7-18 10:03:56
torch 不是自带的,需要自行下载安装
回复 点赞

使用道具 举报

4

阿木币

0

精华

0 小时

在线时间

应届白菜

Rank: 1

发表于 2024-9-9 17:22:05
y495549035 发表于 2024-7-18 09:40
下载了新的没有显示,可能是由于没有设好环境变量

[sudo] password for amov:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Note, selecting 'libcuda-11.4-1' for regex 'cuda-11.4'
Note, selecting 'cuda-11-4' for regex 'cuda-11.4'
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cuda-11-4 : Depends: cuda-runtime-11-4 (>= 11.4.4) but it is not going to be installed
             Depends: cuda-toolkit-11-4 (>= 11.4.4) but it is not going to be installed
libnvidia-decode-555 : Depends: libnvidia-compute-555 (= 555.42.06-0ubuntu1) but it is not going to be installed
nvidia-compute-utils-555 : Depends: libnvidia-compute-555 but it is not going to be installed
nvidia-driver-555 : Depends: libnvidia-gl-555 (= 555.42.06-0ubuntu1) but it is not going to be installed
                     Depends: libnvidia-compute-555 (= 555.42.06-0ubuntu1) but it is not going to be installed
                     Depends: libnvidia-extra-555 (= 555.42.06-0ubuntu1) but it is not going to be installed
                     Depends: nvidia-utils-555 (= 555.42.06-0ubuntu1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). why ?can not install cuda
回复 点赞

使用道具 举报

54

阿木币

1

精华

24 小时

在线时间

技术大V

Rank: 4

发表于 2024-10-10 11:48:51
ljw666 发表于 2024-9-9 17:22
[sudo] password for amov:
Reading package lists... Done
Building dependency tree      

打开终端运行以下命令:

  1. sudo mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/
  2. sudo mkdir /var/lib/dpkg/info/
  3. sudo apt-get update
  4. sudo apt-get -f install
  5. sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_old/
  6. sudo rm -rf /var/lib/dpkg/info
  7. sudo mv /var/lib/dpkg/info_old/ /var/lib/dpkg/info/
复制代码

回复 点赞

使用道具 举报

返回列表
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表