Update onnxruntime (second try)

This commit is contained in:
henryruhs 2024-11-03 23:48:43 +01:00
parent 22a3e61d18
commit 5b131afd0a

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'
]