Initial orientator

This commit is contained in:
2026-05-13 19:52:51 +03:00
commit 6dc5080ee9
23 changed files with 1920 additions and 0 deletions

View File

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