mirror of
https://github.com/ollama/ollama.git
synced 2025-10-10 16:03:24 +02:00
Wire up system info log for new engine (#9123)
This commit is contained in:
@@ -305,6 +305,10 @@ func (b *testBackend) NewContext() ml.Context {
|
||||
return &testContext{}
|
||||
}
|
||||
|
||||
func (b *testBackend) SystemInfo() string {
|
||||
return "not implemented"
|
||||
}
|
||||
|
||||
type testContext struct{}
|
||||
|
||||
func (c *testContext) Zeros(dtype ml.DType, shape ...int) ml.Tensor {
|
||||
|
Reference in New Issue
Block a user