Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onnxruntime] Update to 1.16.0 #118

Merged
merged 16 commits into from
Sep 28, 2023
Merged

[onnxruntime] Update to 1.16.0 #118

merged 16 commits into from
Sep 28, 2023

Conversation

luncliff
Copy link
Owner

@luncliff luncliff commented Sep 28, 2023

Changes

Update the version to latest release. Enhance CircleCI cache usage.
Fix onnx port bug.

Removed training feature.

References

Triplet Support

  • x64-windows
  • x64-osx
  • x64-linux

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "onnx",
                "onnxruntime"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff added ci: CircleCI CircleCI (CI) configuration changes platform: windows Windows, UWP platform: apple Mac, iOS, Simulator platform: linux Linux (x64, arm64) labels Sep 28, 2023
@luncliff luncliff self-assigned this Sep 28, 2023
@luncliff luncliff removed platform: windows Windows, UWP platform: apple Mac, iOS, Simulator platform: linux Linux (x64, arm64) labels Sep 28, 2023
@luncliff luncliff merged commit 5aeda90 into main Sep 28, 2023
9 of 20 checks passed
@luncliff luncliff added the deprecated Something won't supported anymore label Sep 28, 2023
@luncliff luncliff deleted the port/onnxruntime branch September 28, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: CircleCI CircleCI (CI) configuration changes deprecated Something won't supported anymore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant