打开终端 | |
输入 | |
pip show torch | |
卸载pytorch | |
pip uninstall torch | |
安装2.4版本 | |
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 | |
确认版本 | |
pip show torch | |
flux模型网址:https://www.codewithgpu.com/m/Flux | |
打开终端 | |
输入 | |
pip show torch | |
卸载pytorch | |
pip uninstall torch | |
安装2.4版本 | |
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 | |
确认版本 | |
pip show torch | |
flux模型网址:https://www.codewithgpu.com/m/Flux | |