tribuo
tribuo copied to clipboard
Bump to ORT 1.21
Description
Bumping ONNX Runtime to latest.
Motivation
Testing out the new version.
You may need to add the following powershel script to your Github Actions
Get-ChildItem -Path $env:AGENT_TOOLSDIRECTORY -File -Include msvcp*.dll,concrt*.dll,vccorlib*.dll,vcruntime*.dll -Recurse | Remove-Item -Force -Verbose