From 23c8a1228b3448df9c680b23ae45f946f4ed7c53 Mon Sep 17 00:00:00 2001 From: yingmanji <99940054+Geniusyingmanji@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:28:41 +0800 Subject: [PATCH] Update pytorch.md --- src/ai/pytorch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/pytorch.md b/src/ai/pytorch.md index ba8d70a..c3654c7 100644 --- a/src/ai/pytorch.md +++ b/src/ai/pytorch.md @@ -38,7 +38,7 @@ conda install pytorch torchvision torchaudio cudatoolkit=10.2 ``` #### 指定版本 ``` -conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 +conda install pytorch==2.4.0 torchvision==0.19.0 torchaudio==2.4 cudatoolkit=10.2 ``` ## Tutorial