@@ -353,6 +353,25 @@ workflows:
353
353
name : linux_conda_py37_cu113_pyt1100
354
354
python_version : ' 3.7'
355
355
pytorch_version : 1.10.0
356
+ - binary_linux_conda :
357
+ context : DOCKERHUB_TOKEN
358
+ cu_version : cu102
359
+ name : linux_conda_py37_cu102_pyt1101
360
+ python_version : ' 3.7'
361
+ pytorch_version : 1.10.1
362
+ - binary_linux_conda :
363
+ context : DOCKERHUB_TOKEN
364
+ cu_version : cu111
365
+ name : linux_conda_py37_cu111_pyt1101
366
+ python_version : ' 3.7'
367
+ pytorch_version : 1.10.1
368
+ - binary_linux_conda :
369
+ conda_docker_image : pytorch/conda-builder:cuda113
370
+ context : DOCKERHUB_TOKEN
371
+ cu_version : cu113
372
+ name : linux_conda_py37_cu113_pyt1101
373
+ python_version : ' 3.7'
374
+ pytorch_version : 1.10.1
356
375
- binary_linux_conda :
357
376
context : DOCKERHUB_TOKEN
358
377
cu_version : cu92
@@ -486,6 +505,25 @@ workflows:
486
505
name : linux_conda_py38_cu113_pyt1100
487
506
python_version : ' 3.8'
488
507
pytorch_version : 1.10.0
508
+ - binary_linux_conda :
509
+ context : DOCKERHUB_TOKEN
510
+ cu_version : cu102
511
+ name : linux_conda_py38_cu102_pyt1101
512
+ python_version : ' 3.8'
513
+ pytorch_version : 1.10.1
514
+ - binary_linux_conda :
515
+ context : DOCKERHUB_TOKEN
516
+ cu_version : cu111
517
+ name : linux_conda_py38_cu111_pyt1101
518
+ python_version : ' 3.8'
519
+ pytorch_version : 1.10.1
520
+ - binary_linux_conda :
521
+ conda_docker_image : pytorch/conda-builder:cuda113
522
+ context : DOCKERHUB_TOKEN
523
+ cu_version : cu113
524
+ name : linux_conda_py38_cu113_pyt1101
525
+ python_version : ' 3.8'
526
+ pytorch_version : 1.10.1
489
527
- binary_linux_conda :
490
528
context : DOCKERHUB_TOKEN
491
529
cu_version : cu101
@@ -583,6 +621,25 @@ workflows:
583
621
name : linux_conda_py39_cu113_pyt1100
584
622
python_version : ' 3.9'
585
623
pytorch_version : 1.10.0
624
+ - binary_linux_conda :
625
+ context : DOCKERHUB_TOKEN
626
+ cu_version : cu102
627
+ name : linux_conda_py39_cu102_pyt1101
628
+ python_version : ' 3.9'
629
+ pytorch_version : 1.10.1
630
+ - binary_linux_conda :
631
+ context : DOCKERHUB_TOKEN
632
+ cu_version : cu111
633
+ name : linux_conda_py39_cu111_pyt1101
634
+ python_version : ' 3.9'
635
+ pytorch_version : 1.10.1
636
+ - binary_linux_conda :
637
+ conda_docker_image : pytorch/conda-builder:cuda113
638
+ context : DOCKERHUB_TOKEN
639
+ cu_version : cu113
640
+ name : linux_conda_py39_cu113_pyt1101
641
+ python_version : ' 3.9'
642
+ pytorch_version : 1.10.1
586
643
- binary_linux_conda_cuda :
587
644
name : testrun_conda_cuda_py37_cu102_pyt170
588
645
context : DOCKERHUB_TOKEN
0 commit comments