conda create -n paddle_env python=3.7

安装百度文心大模型ERNIE-ViLG_python



activate paddle_env

安装百度文心大模型ERNIE-ViLG_paddle_02



conda install paddlepaddle==2.3.2 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/

安装百度文心大模型ERNIE-ViLG_百度_03



python

import paddle

paddle.utils.run_check()

安装百度文心大模型ERNIE-ViLG_深度学习_04



pip install --upgrade paddlehub

安装百度文心大模型ERNIE-ViLG_python_05



安装百度文心大模型ERNIE-ViLG_百度_06