39
39
path : pnnx-patches
40
40
- name : cache-libtorch
41
41
id : cache-libtorch
42
- uses : actions/cache@v4.1.1
42
+ uses : actions/cache@v4.1.2
43
43
with :
44
44
path : " /tmp/libtorch"
45
45
key : libtorch-${{ env.LIBTORCH_VERSION }}-linux-${{ env.CACHE_DATE }}
89
89
output-dir : wheelhouse1
90
90
- name : cache-torchvision
91
91
id : cache-torchvision
92
- uses : actions/cache@v4.1.1
92
+ uses : actions/cache@v4.1.2
93
93
with :
94
94
path : " /tmp/torchvision"
95
95
key : torchvision-${{ env.TORCHVISION_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : cache-onnxruntime
123
123
id : cache-onnxruntime
124
- uses : actions/cache@v4.1.1
124
+ uses : actions/cache@v4.1.2
125
125
with :
126
126
path : " /tmp/onnxruntime"
127
127
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -174,21 +174,21 @@ jobs:
174
174
path : pnnx-patches
175
175
- name : cache-libtorch
176
176
id : cache-libtorch
177
- uses : actions/cache@v4.1.1
177
+ uses : actions/cache@v4.1.2
178
178
with :
179
179
path : " /tmp/libtorch"
180
180
key : libtorch-${{ env.LIBTORCH_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
181
181
182
182
- name : cache-torchvision
183
183
id : cache-torchvision
184
- uses : actions/cache@v4.1.1
184
+ uses : actions/cache@v4.1.2
185
185
with :
186
186
path : " /tmp/torchvision"
187
187
key : torchvision-${{ env.TORCHVISION_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
188
188
189
189
- name : cache-onnxruntime
190
190
id : cache-onnxruntime
191
- uses : actions/cache@v4.1.1
191
+ uses : actions/cache@v4.1.2
192
192
with :
193
193
path : " /tmp/onnxruntime"
194
194
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
@@ -317,7 +317,7 @@ jobs:
317
317
path : pnnx-patches
318
318
- name : cache-libtorch
319
319
id : cache-libtorch
320
- uses : actions/cache@v4.1.1
320
+ uses : actions/cache@v4.1.2
321
321
with :
322
322
path : " libtorch"
323
323
key : libtorch-${{ env.LIBTORCH_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -356,7 +356,7 @@ jobs:
356
356
cmake --build . -j 4 --target install/strip
357
357
- name : cache-torchvision
358
358
id : cache-torchvision
359
- uses : actions/cache@v4.1.1
359
+ uses : actions/cache@v4.1.2
360
360
with :
361
361
path : " torchvision"
362
362
key : torchvision-${{ env.TORCHVISION_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -375,7 +375,7 @@ jobs:
375
375
376
376
- name : cache-onnxruntime
377
377
id : cache-onnxruntime
378
- uses : actions/cache@v4.1.1
378
+ uses : actions/cache@v4.1.2
379
379
with :
380
380
path : " onnxruntime"
381
381
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -414,7 +414,7 @@ jobs:
414
414
path : pnnx-patches
415
415
- name : cache-libtorch
416
416
id : cache-libtorch
417
- uses : actions/cache@v4.1.1
417
+ uses : actions/cache@v4.1.2
418
418
with :
419
419
path : " libtorch"
420
420
key : libtorch-${{ env.LIBTORCH_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -455,7 +455,7 @@ jobs:
455
455
cmake --build . -j 3 --target install/strip
456
456
- name : cache-torchvision
457
457
id : cache-torchvision
458
- uses : actions/cache@v4.1.1
458
+ uses : actions/cache@v4.1.2
459
459
with :
460
460
path : " torchvision"
461
461
key : torchvision-${{ env.TORCHVISION_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -474,7 +474,7 @@ jobs:
474
474
475
475
- name : cache-onnxruntime
476
476
id : cache-onnxruntime
477
- uses : actions/cache@v4.1.1
477
+ uses : actions/cache@v4.1.2
478
478
with :
479
479
path : " onnxruntime"
480
480
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -515,7 +515,7 @@ jobs:
515
515
path : pnnx-patches
516
516
- name : cache-libtorch
517
517
id : cache-libtorch
518
- uses : actions/cache@v4.1.1
518
+ uses : actions/cache@v4.1.2
519
519
with :
520
520
path : " libtorch"
521
521
key : libtorch-${{ env.LIBTORCH_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -557,7 +557,7 @@ jobs:
557
557
cmake --build . --config MinSizeRel -j 4 --target install
558
558
- name : cache-torchvision
559
559
id : cache-torchvision
560
- uses : actions/cache@v4.1.1
560
+ uses : actions/cache@v4.1.2
561
561
with :
562
562
path : " torchvision"
563
563
key : torchvision-${{ env.TORCHVISION_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -577,7 +577,7 @@ jobs:
577
577
578
578
- name : cache-onnxruntime
579
579
id : cache-onnxruntime
580
- uses : actions/cache@v4.1.1
580
+ uses : actions/cache@v4.1.2
581
581
with :
582
582
path : " onnxruntime"
583
583
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-vs2019-${{ env.CACHE_DATE }}
@@ -620,19 +620,19 @@ jobs:
620
620
path : pnnx-patches
621
621
- name : cache-libtorch
622
622
id : cache-libtorch
623
- uses : actions/cache@v4.1.1
623
+ uses : actions/cache@v4.1.2
624
624
with :
625
625
path : " /tmp/libtorch"
626
626
key : libtorch-${{ env.LIBTORCH_VERSION }}-linux-${{ env.CACHE_DATE }}
627
627
- name : cache-torchvision
628
628
id : cache-torchvision
629
- uses : actions/cache@v4.1.1
629
+ uses : actions/cache@v4.1.2
630
630
with :
631
631
path : " /tmp/torchvision"
632
632
key : torchvision-${{ env.TORCHVISION_VERSION }}-linux-${{ env.CACHE_DATE }}
633
633
- name : cache-onnxruntime
634
634
id : cache-onnxruntime
635
- uses : actions/cache@v4.1.1
635
+ uses : actions/cache@v4.1.2
636
636
with :
637
637
path : " /tmp/onnxruntime"
638
638
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-${{ env.CACHE_DATE }}
@@ -695,19 +695,19 @@ jobs:
695
695
path : pnnx-patches
696
696
- name : cache-libtorch
697
697
id : cache-libtorch
698
- uses : actions/cache@v4.1.1
698
+ uses : actions/cache@v4.1.2
699
699
with :
700
700
path : " /tmp/libtorch"
701
701
key : libtorch-${{ env.LIBTORCH_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
702
702
- name : cache-torchvision
703
703
id : cache-torchvision
704
- uses : actions/cache@v4.1.1
704
+ uses : actions/cache@v4.1.2
705
705
with :
706
706
path : " /tmp/torchvision"
707
707
key : torchvision-${{ env.TORCHVISION_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
708
708
- name : cache-onnxruntime
709
709
id : cache-onnxruntime
710
- uses : actions/cache@v4.1.1
710
+ uses : actions/cache@v4.1.2
711
711
with :
712
712
path : " /tmp/onnxruntime"
713
713
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-aarch64-${{ env.CACHE_DATE }}
@@ -773,19 +773,19 @@ jobs:
773
773
uses : actions/checkout@v4
774
774
- name : cache-libtorch
775
775
id : cache-libtorch
776
- uses : actions/cache@v4.1.1
776
+ uses : actions/cache@v4.1.2
777
777
with :
778
778
path : " libtorch"
779
779
key : libtorch-${{ env.LIBTORCH_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
780
780
- name : cache-torchvision
781
781
id : cache-torchvision
782
- uses : actions/cache@v4.1.1
782
+ uses : actions/cache@v4.1.2
783
783
with :
784
784
path : " torchvision"
785
785
key : torchvision-${{ env.TORCHVISION_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
786
786
- name : cache-onnxruntime
787
787
id : cache-onnxruntime
788
- uses : actions/cache@v4.1.1
788
+ uses : actions/cache@v4.1.2
789
789
with :
790
790
path : " onnxruntime"
791
791
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-x64-${{ env.CACHE_DATE }}
@@ -833,19 +833,19 @@ jobs:
833
833
uses : actions/checkout@v4
834
834
- name : cache-libtorch
835
835
id : cache-libtorch
836
- uses : actions/cache@v4.1.1
836
+ uses : actions/cache@v4.1.2
837
837
with :
838
838
path : " libtorch"
839
839
key : libtorch-${{ env.LIBTORCH_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
840
840
- name : cache-torchvision
841
841
id : cache-torchvision
842
- uses : actions/cache@v4.1.1
842
+ uses : actions/cache@v4.1.2
843
843
with :
844
844
path : " torchvision"
845
845
key : torchvision-${{ env.TORCHVISION_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
846
846
- name : cache-onnxruntime
847
847
id : cache-onnxruntime
848
- uses : actions/cache@v4.1.1
848
+ uses : actions/cache@v4.1.2
849
849
with :
850
850
path : " onnxruntime"
851
851
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-macos-arm64-${{ env.CACHE_DATE }}
@@ -932,19 +932,19 @@ jobs:
932
932
uses : actions/checkout@v4
933
933
- name : cache-libtorch
934
934
id : cache-libtorch
935
- uses : actions/cache@v4.1.1
935
+ uses : actions/cache@v4.1.2
936
936
with :
937
937
path : " libtorch"
938
938
key : libtorch-${{ env.LIBTORCH_VERSION }}-vs2019-${{ env.CACHE_DATE }}
939
939
- name : cache-torchvision
940
940
id : cache-torchvision
941
- uses : actions/cache@v4.1.1
941
+ uses : actions/cache@v4.1.2
942
942
with :
943
943
path : " torchvision"
944
944
key : torchvision-${{ env.TORCHVISION_VERSION }}-vs2019-${{ env.CACHE_DATE }}
945
945
- name : cache-onnxruntime
946
946
id : cache-onnxruntime
947
- uses : actions/cache@v4.1.1
947
+ uses : actions/cache@v4.1.2
948
948
with :
949
949
path : " onnxruntime"
950
950
key : onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-vs2019-${{ env.CACHE_DATE }}
0 commit comments