From a9b8ec33cd7d4489ca4073a7319de2b672647164 Mon Sep 17 00:00:00 2001 From: ZenithalHourlyRate Date: Sat, 6 Nov 2021 13:54:35 +0800 Subject: [PATCH] anaconda: add pytorch-lts Ref to https://github.com/tuna/issues/issues/1327 --- anaconda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anaconda.py b/anaconda.py index 00baed4..f79eff1 100755 --- a/anaconda.py +++ b/anaconda.py @@ -36,6 +36,7 @@ CONDA_CLOUD_REPOS = ( "bioconda/linux-64", "bioconda/linux-aarch64", "bioconda/osx-64", "bioconda/win-64", "bioconda/noarch", "menpo/linux-64", "menpo/osx-64", "menpo/win-64", "menpo/win-32", "menpo/noarch", "pytorch/linux-64", "pytorch/osx-64", "pytorch/win-64", "pytorch/win-32", "pytorch/noarch", + "pytorch-lts/linux-64", "pytorch-lts/win-64", "pytorch-lts/noarch", "pytorch-test/linux-64", "pytorch-test/osx-64", "pytorch-test/win-64", "pytorch-test/win-32", "pytorch-test/noarch", "stackless/linux-64", "stackless/win-64", "stackless/win-32", "stackless/linux-32", "stackless/osx-64", "stackless/noarch", "fermi/linux-64", "fermi/osx-64", "fermi/win-64", "fermi/noarch",