AI训练

阿里虚拟机AI训练(python 3.10,cuda 12.8)
安装cuda报错

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128

 报错

image

 通过这个错误

pip install typing-extensions==4.10.0

安装,依然报错

image

 升级pip

pip install --upgrade pip

再执行之前的操纵

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128

 

posted @ 2025-07-30 10:17  一江春水向东刘小姐  阅读(8)  评论(0)    收藏  举报