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 1
1
version : 2.1
2
2
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
-
10
3
install_official_git_client : &install_official_git_client
11
4
name : Install Official Git Client
12
5
no_output_timeout : " 1h"
@@ -182,20 +175,6 @@ pytorch_tutorial_build_manager_defaults: &pytorch_tutorial_build_manager_default
182
175
resource_class : medium
183
176
<< : *pytorch_tutorial_build_defaults
184
177
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
-
199
178
jobs :
200
179
pytorch_tutorial_pr_build_worker_0 :
201
180
<< : *pytorch_tutorial_build_worker_defaults
@@ -323,9 +302,6 @@ jobs:
323
302
pytorch_tutorial_master_build_manager :
324
303
<< : *pytorch_tutorial_build_manager_defaults
325
304
326
- pytorch_windows_build_worker :
327
- << : *pytorch_windows_build
328
-
329
305
workflows :
330
306
build :
331
307
jobs :
@@ -562,10 +538,3 @@ workflows:
562
538
branches :
563
539
only :
564
540
- 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