Skip to content

Commit d522c38

Browse files
authored
Remove conda-forge channel for Conda on Windows (#404)
1 parent 463aac2 commit d522c38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/quick-start-module.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,16 +307,16 @@ function commandMessage(key) {
307307
"conda install pytorch torchvision -c pytorch-nightly",
308308

309309
"preview,conda,windows,cuda9.2,python":
310-
"conda install pytorch torchvision cudatoolkit=9.2 -c pytorch-nightly -c defaults -c conda-forge -c numba/label/dev",
310+
"conda install pytorch torchvision cudatoolkit=9.2 -c pytorch-nightly -c defaults -c numba/label/dev",
311311

312312
"preview,conda,windows,cuda10.1,python":
313-
"conda install pytorch torchvision cudatoolkit=10.1 -c pytorch-nightly -c defaults -c conda-forge",
313+
"conda install pytorch torchvision cudatoolkit=10.1 -c pytorch-nightly",
314314

315315
"preview,conda,windows,cuda10.2,python":
316-
"conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly -c defaults -c conda-forge",
316+
"conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly",
317317

318318
"preview,conda,windows,cudanone,python":
319-
"conda install pytorch torchvision cpuonly -c pytorch-nightly -c defaults -c conda-forge",
319+
"conda install pytorch torchvision cpuonly -c pytorch-nightly",
320320

321321
"preview,pip,macos,cuda9.2,python":
322322
"pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",

0 commit comments

Comments
 (0)