mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
Wire up system info log for new engine (#9123)
This commit is contained in:
parent
010313bb63
commit
df2680b4b9
4 changed files with 60 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue