@@ -1378,12 +1378,14 @@ workflows:
1378
1378
- build-x86_64-linux :
1379
1379
torch-build : << pipeline.parameters.torch-build >>
1380
1380
torch-build-index : << pipeline.parameters.torch-build-index >>
1381
+ python-version : << pipeline.parameters.python-version >>
1381
1382
1382
1383
- test-core-cpp-x86_64-linux :
1383
1384
torch-build : << pipeline.parameters.torch-build >>
1384
1385
torch-build-index : << pipeline.parameters.torch-build-index >>
1385
1386
trt-version-short : << pipeline.parameters.trt-version-short >>
1386
1387
trt-version-long : << pipeline.parameters.trt-version-long >>
1388
+ python-version : << pipeline.parameters.python-version >>
1387
1389
cudnn-version : << pipeline.parameters.cudnn-version >>
1388
1390
requires :
1389
1391
- build-x86_64-linux
@@ -1392,13 +1394,15 @@ workflows:
1392
1394
torch-build : << pipeline.parameters.torch-build >>
1393
1395
torch-build-index : << pipeline.parameters.torch-build-index >>
1394
1396
trt-version-long : << pipeline.parameters.trt-version-long >>
1397
+ python-version : << pipeline.parameters.python-version >>
1395
1398
requires :
1396
1399
- build-x86_64-linux
1397
1400
1398
1401
- test-py-fx-x86_64-linux :
1399
1402
torch-build : << pipeline.parameters.torch-build >>
1400
1403
torch-build-index : << pipeline.parameters.torch-build-index >>
1401
1404
trt-version-long : << pipeline.parameters.trt-version-long >>
1405
+ python-version : << pipeline.parameters.python-version >>
1402
1406
requires :
1403
1407
- build-x86_64-linux
1404
1408
@@ -1407,4 +1411,5 @@ workflows:
1407
1411
torch-build-index : << pipeline.parameters.torch-build-index >>
1408
1412
trt-version-short : << pipeline.parameters.trt-version-short >>
1409
1413
cudnn-version : << pipeline.parameters.cudnn-version >>
1414
+ python-version : << pipeline.parameters.python-version >>
1410
1415
0 commit comments