From 8dd3b4f72a70fd67f9a174e17561c158a2c1084b Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Mon, 14 Mar 2022 22:12:18 +0100 Subject: [PATCH] [PyTorch] Bump torch==1.11.0 torchvision==0.12.0 (#2063) * [PyTorch] Bump torch==1.11.0 torchvision==0.12.0 * Add d2lbook clear * Remove d2lbook clear --- static/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.yml b/static/build.yml index ae897997f6..44525db5cf 100644 --- a/static/build.yml +++ b/static/build.yml @@ -4,9 +4,9 @@ dependencies: - pip: - .. # d2l - mxnet-cu102==1.7.0 - - torch==1.10.2+cu102 + - torch==1.11.0+cu102 - -f https://download.pytorch.org/whl/torch_stable.html - - torchvision==0.11.3+cu102 + - torchvision==0.12.0+cu102 - -f https://download.pytorch.org/whl/torch_stable.html - tensorflow==2.8.0 - tensorflow-probability==0.16.0