mirror of
https://github.com/ollama/ollama.git
synced 2025-08-08 11:33:51 +02:00
Wire up system info log for new engine (#9123)
This commit is contained in:
@@ -23,6 +23,7 @@ type Backend interface {
|
||||
Config() Config
|
||||
Get(name string) Tensor
|
||||
NewContext() Context
|
||||
SystemInfo() string
|
||||
}
|
||||
|
||||
var backends = make(map[string]func(*os.File) (Backend, error))
|
||||
|
Reference in New Issue
Block a user