python离线安装apex,无NVIDIA版本

问题:Warning: Torch did not find available GPUs on this system.
If your intention is to cross-compile, this is not an error.
By default, Apex will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2),
Volta (compute capability 7.0), Turing (compute capability 7.5),
and, if the CUDA version is >= 11.0, Ampere (compute capability 8.0).
If you wish to cross-compile for a single specific architecture,
export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py.

我的步骤:

1、github上下载完apex包并压缩后开始安装(地址:https://github.com/NVIDIA/apex)复制解压缩后的文件存放地址D:\Conda3\apex-master,如:

 

2、进入anaconda powershell,输入命令conda activate pytorch-cpu进入自己的虚拟环境,输入命令cd D:\Conda3\apex-master进入下载的aped包所在目录,如图:

输入命令:python setup.py install 安装apex,这时出现以下提示:

Warning: Torch did not find available GPUs on this system.
If your intention is to cross-compile, this is not an error.
By default, Apex will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2),
Volta (compute capability 7.0), Turing (compute capability 7.5),
and, if the CUDA version is >= 11.0, Ampere (compute capability 8.0).
If you wish to cross-compile for a single specific architecture,
export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py.

原因:我是windows系统,没有NVDIA显卡,没有安装GPU版本的pytorch,我的是cpu版pytorch

解决:运行export TORCH_CUDA_ARCH_LIST="compute capability",如果出现下面的错误:export : 无法将“export”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径
正确,然后再试一次。
所在位置 行:1 字符: 1
+ export TORCH_CUDA_ARCH_LIST="compute capability"
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (export:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

使用命令:$env:TORCH_CUDA_ARCH_LIST="compute capability"

再次输入:python setup.py install

应该没有什么问题了,输入命令:pip list| findstr apex查看是否有apex

返回pycharm,查看apex应该没有再爆红了,

至此!

  • 8
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 20
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 20
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值