Commit bed02de
[ci] CUDA fallback test: fetch fixed-shape ONNX + --no-arena, target 222 s baseline
User verified the c006293 green run with default 256x256x192 patch
on the FIXED-shape ONNX upload. Verified locally that
https://neurojson.org/siamize/weights/siam_v03/fold_0_fp16.onnx.7z
serves a fixed-shape (input dims [1, 1, 256, 256, 192]) build,
byte-identical to the local models/fold_0_fp16.onnx that produced
the 222 s baseline.
Changes:
- Fetch step: replace the dynamic-shape .gz URL with the
fixed-shape .7z URL. Install p7zip-full on cache miss
(action runners don't ship 7z by default).
- Run step: drop --lowmem (and the 600 s / 27 tiles it brought
with it). Default 256x256x192 patch + --no-arena restores the
8 tiles of the historical green run; the fixed-shape ONNX's
smaller memory profile keeps peak RSS under the GHA cgroup
limit.
This is a CI-only divergence: weights.cpp's default_weights_url()
still points at the dynamic-shape upload so users who want
--lowmem's patch shrink get a working network. The CI's fixed-shape
choice is documented in the workflow's fetch-step comment with
the rationale.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 44b076d commit bed02de
1 file changed
Lines changed: 27 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
119 | 131 | | |
120 | | - | |
| 132 | + | |
121 | 133 | | |
122 | | - | |
123 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
124 | 142 | | |
125 | 143 | | |
126 | 144 | | |
| |||
134 | 152 | | |
135 | 153 | | |
136 | 154 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
154 | 159 | | |
155 | 160 | | |
156 | 161 | | |
157 | | - | |
| 162 | + | |
158 | 163 | | |
159 | 164 | | |
160 | 165 | | |
| |||
0 commit comments