Initial orientator
This commit is contained in:
10
internal/detector/assets_linux_amd64.go
Normal file
10
internal/detector/assets_linux_amd64.go
Normal 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"
|
||||
Reference in New Issue
Block a user