62
62
with :
63
63
ut : ${{ github.event_name == 'schedule' && 'op_example,op_extended,op_ut,torch_xpu' || inputs.ut }}
64
64
python : ${{ github.event_name == 'schedule' && '3.10' || inputs.python }}
65
- pytorch : nightly wheel
65
+ pytorch : nightly_wheel
66
66
runner : linux.idc.xpu
67
67
68
68
Linux-Nightly-Ondemand-E2E-WHL-Tests :
@@ -151,7 +151,7 @@ jobs:
151
151
dt : float32,bfloat16,float16,amp_bf16,amp_fp16
152
152
mode : inference,training
153
153
scenario : accuracy
154
- pytorch : nightly wheel
154
+ pytorch : nightly_wheel
155
155
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
156
156
- name : Nightly Torchbench BF16 Training Accuracy Test
157
157
if : github.event_name == 'schedule' && github.event.schedule == '0 14 * * 0-4'
@@ -161,7 +161,7 @@ jobs:
161
161
dt : bfloat16
162
162
mode : training
163
163
scenario : accuracy
164
- pytorch : nightly wheel
164
+ pytorch : nightly_wheel
165
165
env_prepare : true
166
166
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
167
167
- name : Nightly Timm_models FP16 Training Accuracy Test
@@ -172,7 +172,7 @@ jobs:
172
172
dt : float16
173
173
mode : training
174
174
scenario : accuracy
175
- pytorch : nightly wheel
175
+ pytorch : nightly_wheel
176
176
env_prepare : true
177
177
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
178
178
# Weekly launch
@@ -185,7 +185,7 @@ jobs:
185
185
dt : float32,bfloat16,float16,amp_bf16,amp_fp16
186
186
mode : inference,training
187
187
scenario : accuracy,performance
188
- pytorch : nightly wheel
188
+ pytorch : nightly_wheel
189
189
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
190
190
- name : Weekly Torchbench Full Test
191
191
if : github.event_name == 'schedule' && github.event.schedule == '0 17 * * 5'
@@ -196,7 +196,7 @@ jobs:
196
196
dt : float32,bfloat16,float16,amp_bf16,amp_fp16
197
197
mode : inference,training
198
198
scenario : accuracy,performance
199
- pytorch : nightly wheel
199
+ pytorch : nightly_wheel
200
200
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
201
201
- name : Weekly Timm_models Full Test
202
202
if : github.event_name == 'schedule' && github.event.schedule == '0 17 * * 5'
@@ -207,7 +207,7 @@ jobs:
207
207
dt : float32,bfloat16,float16,amp_bf16,amp_fp16
208
208
mode : inference,training
209
209
scenario : accuracy,performance
210
- pytorch : nightly wheel
210
+ pytorch : nightly_wheel
211
211
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
212
212
# On-demand launch
213
213
- name : OnDemand Test (${{ inputs.suite }} ${{ inputs.dt }} ${{ inputs.mode }} ${{ inputs.scenario }})
@@ -219,7 +219,7 @@ jobs:
219
219
dt : ${{ inputs.dt }}
220
220
mode : ${{ inputs.mode }}
221
221
scenario : ${{ inputs.scenario }}
222
- pytorch : nightly wheel
222
+ pytorch : nightly_wheel
223
223
hf_token : ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
224
224
225
225
- name : Summarize archieve files
0 commit comments