Update onnxruntime (second try)

This commit is contained in:
henryruhs 2024-11-03 23:48:43 +01:00
parent f89398d686
commit b05e25cf36

View File

@ -16,7 +16,7 @@ def test_multiple_execution_providers() -> None:
('CUDAExecutionProvider',
{
'device_id': '1',
'cudnn_conv_algo_search': 'DEFAULT'
'cudnn_conv_algo_search': 'HEURISTIC'
}),
'CPUExecutionProvider'
]