当前位置:   article > 正文

MOSS安装

moss安装

1、conda安装

a、安装虚环境

conda create -n moss python=3.7

b、激活base环境base

source ./bin/activate

c、激活自己环境

conda activate moss
conda deactivate # 退出环境,进入base环境

2、jittor安装

a、去官网查看安装cuda,cento步骤如下:

sudo yum install devtoolset-7-gcc-c++ -y
python3.7 -m pip install jittor
python3.7 -m jittor.test.test_example
# 如果您电脑包含Nvidia显卡,检查cudnn加速库
python3.7 -m http://jittor.test.test_cudnn_op
  • 1
  • 2
  • 3
  • 4
  • 5

b、切换g++环境:

查看路径 /opt/rh/devtoolset-7
gcc激活脚本

scl enable devtoolset-7 bash
  • 1

输入命令gcc --version或g++ --version
发现gcc已经切换到了gcc 7.3.1

3、yum源配置

a、配置环境

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --show channels
  • 1
  • 2
  • 3
  • 4

删除default

b、安装scl源

yum install centos-release-scl -y
  • 1

如果安装成功
手动删除/etc/yum.repos.d/下的文件;
如果执行yum install centos-release-scl -y在/etc/yum.repos.d/下没有生成新的文件
需要使用rpm命令卸载上图中的库,再重新使用yum install centos-release-scl -y命令安装

c、再重新更新

yum clean all
yum makecache
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/523525
推荐阅读
相关标签
  

闽ICP备14008679号