logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于我想安装cuda11.8版本的torch

重新去搜了个命令:pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html。用这个官网的命令下,一直会把cpu版本的一起下下来,导致运行的时候一直cpu版本而不是gpu版本,torch.cuda.is_

文章图片
#人工智能#深度学习
Anaconda pytorch环境包(较全面)

可能还是有些朋友没有安装上,或者其他一些环境因为各种原因安装不上。我这里提供一个我的环境包,不止torch,里面包含了很多东西,3个多g(最下面有详细)。直接下载下来解压放在Anaconda的envs文件夹下,再在项目中引入即可。打开pycharm,打开你的项目文件,左上角file->settings。选择envs目录下环境包中的python.exe,然后OK。环境包正在上传,上传好了我会把链接放

文章图片
#pytorch#python#人工智能 +2
关于conda安装pytorch gpu总是会自动变成cpu版本

居然能够连带着把gpu版本的pytorch下载下来,大家可以试试,看看是个例还是通用情况。这篇文章讲了三种方法,由于我使用的服务器无法连接外网,所以这些方法我没成功。

文章图片
#conda#pytorch#人工智能
安装transformers报错error:can‘t find Rust compiler(无需安装Rust)

error:can't find Rust compiler & ERROR: Failed building wheel for tokenizers

#rust#后端#python +2
关于conda安装pytorch gpu总是会自动变成cpu版本

居然能够连带着把gpu版本的pytorch下载下来,大家可以试试,看看是个例还是通用情况。这篇文章讲了三种方法,由于我使用的服务器无法连接外网,所以这些方法我没成功。

文章图片
#conda#pytorch#人工智能
关于我想安装cuda11.8版本的torch

重新去搜了个命令:pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html。用这个官网的命令下,一直会把cpu版本的一起下下来,导致运行的时候一直cpu版本而不是gpu版本,torch.cuda.is_

文章图片
#人工智能#深度学习
安装transformers报错error:can‘t find Rust compiler(无需安装Rust)

error:can't find Rust compiler & ERROR: Failed building wheel for tokenizers

#rust#后端#python +2
到底了