mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
Remove AMD64 macos support. Just realised nobody uses it anymore.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
//go:build darwin && amd64
|
||||
|
||||
package embedding
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed assets/lib/darwin-amd64/libonnxruntime.dylib
|
||||
var onnxRuntimeLib []byte
|
||||
|
||||
const onnxRuntimeLibName = "libonnxruntime.dylib"
|
||||
Reference in New Issue
Block a user