mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Last orttraining build fix...
This commit is contained in:
parent
149c037a4a
commit
dfc8dab1b9
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ Status ParseArguments(int argc, char* argv[], MnistParameters& params) {
|
|||
0,
|
||||
true,
|
||||
0,
|
||||
nullptr,
|
||||
nullptr};
|
||||
|
||||
params.providers.emplace(kCudaExecutionProvider, CreateExecutionProviderFactory_Cuda(&info));
|
||||
|
|
|
|||
Loading…
Reference in a new issue