PYTORCH 依赖 cuda 11.8 , cuda 12.1 cpu 里 torch torchvision torchaudio对应关系

Pytorch是Facebook人工智能研究院基于Torch开发的一个开源的Python机器学习库,它提供了两项强大的功能:

1、强大的GPU加速的张量计算(NumPy)。

2、自动求导系统的深度神经网络。

cuda 11.8

pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118

cuda 12.1

pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121

cpu 

pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cpu

Previous PyTorch Versions | PyTorch

相关推荐

  1. pytorchcuda版本对应关系汇总

    2024-01-12 08:06:06       30 阅读
  2. Pytorch指定device(cuda or cpu)

    2024-01-12 08:06:06       28 阅读
  3. Linux CUDA11.6 Python3.8 安装pytorch-geometric

    2024-01-12 08:06:06       45 阅读
  4. 更加适合CUDA11.2的pytorch显卡版本

    2024-01-12 08:06:06       33 阅读
  5. win11 + insightface + pytorch + CUDA + cuDNN 实战安装

    2024-01-12 08:06:06       35 阅读
  6. Ubuntu20.04安装cuda12.11

    2024-01-12 08:06:06       42 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-12 08:06:06       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-12 08:06:06       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-12 08:06:06       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-12 08:06:06       20 阅读

热门阅读

  1. 【Pytorch简介】2.What are Tensors 什么是张量?

    2024-01-12 08:06:06       35 阅读
  2. 【python、pytorch】NLP模型

    2024-01-12 08:06:06       34 阅读
  3. 判断两个对象某些字段的值是否相同

    2024-01-12 08:06:06       37 阅读
  4. Docker Compose 部署 jenkins

    2024-01-12 08:06:06       34 阅读
  5. Dockerfile的ADD指令对中括号转义

    2024-01-12 08:06:06       31 阅读
  6. webpack之entry

    2024-01-12 08:06:06       32 阅读
  7. 了解vite构建工具

    2024-01-12 08:06:06       39 阅读
  8. openssl3.2 - 官方dmeo学习 - sconnect.c

    2024-01-12 08:06:06       28 阅读
  9. 本地由LeetCode输入构建二叉树(C++版)

    2024-01-12 08:06:06       31 阅读