tribuo icon indicating copy to clipboard operation
tribuo copied to clipboard

Bump to ORT 1.21

Open Craigacp opened this issue 9 months ago • 1 comments

Description

Bumping ONNX Runtime to latest.

Motivation

Testing out the new version.

Craigacp avatar Mar 10 '25 15:03 Craigacp

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

snnn avatar Mar 10 '25 17:03 snnn