Initial orientator

This commit is contained in:
2026-05-13 19:52:51 +03:00
commit 49fb60f831
24 changed files with 1919 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
//go:build darwin && arm64
package detector
import _ "embed"
//go:embed assets/onnxruntime/darwin-arm64/libonnxruntime.dylib
var runtimeLibBytes []byte
const runtimeLibFileName = "libonnxruntime.dylib"