We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境:AI Studio V100 gpu-cuda11.8-cudnn8 CUDA12.0 在打卡任务中,配置环境遇到了非常多的问题,最终通过以下环境配置实现训练和推理,供大家参考: 1.安装miniconda 新建环境python3.10 2.安装Paddle3.0rc pip CUDA11.8 python -m pip install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ 3.安装PaddleNLP pip install --upgrade --pre paddlenlp 4.遇到cannot import name ‘cached_download‘ from ‘huggingface_hub‘ ,解决参考: https://blog.csdn.net/weixin_41492426/article/details/143215577
The text was updated successfully, but these errors were encountered:
JunnYu
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
环境:AI Studio V100 gpu-cuda11.8-cudnn8 CUDA12.0
在打卡任务中,配置环境遇到了非常多的问题,最终通过以下环境配置实现训练和推理,供大家参考:
1.安装miniconda 新建环境python3.10
2.安装Paddle3.0rc pip CUDA11.8
python -m pip install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
3.安装PaddleNLP
pip install --upgrade --pre paddlenlp
4.遇到cannot import name ‘cached_download‘ from ‘huggingface_hub‘ ,解决参考:
https://blog.csdn.net/weixin_41492426/article/details/143215577
The text was updated successfully, but these errors were encountered: