mirror of
https://github.com/ollama/ollama.git
synced 2025-03-18 05:41:43 +01:00
kvcache: update tests
This commit is contained in:
parent
3e8b8a1933
commit
8b194b7520
@ -342,7 +342,7 @@ func (c *testContext) FromIntSlice(s []int32, shape ...int) (ml.Tensor, error) {
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *testContext) Forward(ml.Tensor) {}
|
||||
func (c *testContext) Forward(...ml.Tensor) ml.Context { return c }
|
||||
|
||||
func (c *testContext) Compute(...ml.Tensor) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user