mirror of
https://github.com/ollama/ollama.git
synced 2025-04-07 19:38:08 +02:00
kvcache: fix tests by adding AvgPool2D stub
This commit is contained in:
parent
fb4664fcec
commit
c6b6938b3a
@ -445,6 +445,10 @@ func (t *testTensor) AvgPool1D(ctx ml.Context, k, s, p int) ml.Tensor {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (t *testTensor) AvgPool2D(ctx ml.Context, k, s int, p float32) ml.Tensor {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (t *testTensor) Conv2D(ctx ml.Context, weight ml.Tensor, s0, s1, p0, p1, d0, d1 int) ml.Tensor {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user