mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
9 lines
167 B
Go
9 lines
167 B
Go
//go:build windows
|
|
|
|
package embedding
|
|
|
|
// Windows doesn't need the providers shared library
|
|
var onnxRuntimeProvidersLib []byte
|
|
|
|
const onnxRuntimeProvidersLibName = ""
|