v1.31.0 requested ORT_API_VERSION 26 (onnxruntime 1.26); the field DLL is Python 3.8's onnxruntime 1.19.2 (API 19), so GetApi(26) returned NULL and init failed. v1.12.1 targets ORT API 19, matching the existing DLL with no download. Verified: native cgo build of internal/spike compiles ort.go against v1.12.1; Gio UI still cross-compiles for Windows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
408 B
AMPL
19 lines
408 B
AMPL
module silverpose/v2
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
gioui.org v0.10.1
|
|
github.com/yalue/onnxruntime_go v1.12.1
|
|
golang.org/x/image v0.26.0
|
|
golang.org/x/sys v0.39.0
|
|
)
|
|
|
|
require (
|
|
gioui.org/shader v1.0.8 // indirect
|
|
github.com/go-text/typesetting v0.3.4 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|