File tree Expand file tree Collapse file tree 4 files changed +0
-112
lines changed Expand file tree Collapse file tree 4 files changed +0
-112
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
3- executors :
4- windows-with-nvidia-gpu :
5- machine :
6- resource_class : windows.gpu.nvidia.medium
7- image : windows-server-2019-nvidia:stable
8- shell : bash.exe
9-
103install_official_git_client : &install_official_git_client
114 name : Install Official Git Client
125 no_output_timeout : " 1h"
@@ -182,20 +175,6 @@ pytorch_tutorial_build_manager_defaults: &pytorch_tutorial_build_manager_default
182175 resource_class : medium
183176 << : *pytorch_tutorial_build_defaults
184177
185- pytorch_windows_build : &pytorch_windows_build
186- executor : windows-with-nvidia-gpu
187- steps :
188- - checkout
189- - run :
190- name : Install Cuda
191- no_output_timeout : 30m
192- command : |
193- .circleci/scripts/windows_cuda_install.sh
194- - run :
195- name : test
196- command : |
197- .circleci/scripts/build_for_windows.sh
198-
199178jobs :
200179 pytorch_tutorial_pr_build_worker_0 :
201180 << : *pytorch_tutorial_build_worker_defaults
@@ -323,9 +302,6 @@ jobs:
323302 pytorch_tutorial_master_build_manager :
324303 << : *pytorch_tutorial_build_manager_defaults
325304
326- pytorch_windows_build_worker :
327- << : *pytorch_windows_build
328-
329305workflows :
330306 build :
331307 jobs :
@@ -562,10 +538,3 @@ workflows:
562538 branches :
563539 only :
564540 - master
565- - pytorch_windows_build_worker :
566- name : win_test_worker
567- filters :
568- branches :
569- only :
570- - master
571-
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments