mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
input: Rename Options to Batch
Options is no longer very descriptive of this struct.
This commit is contained in:
parent
ffbfe833da
commit
0c220935bd
14 changed files with 73 additions and 60 deletions
|
@ -163,7 +163,7 @@ func TestGetTextProcessor(t *testing.T) {
|
|||
|
||||
type notTextProcessorModel struct{}
|
||||
|
||||
func (notTextProcessorModel) Forward(ml.Context, input.Options) (ml.Tensor, error) {
|
||||
func (notTextProcessorModel) Forward(ml.Context, input.Batch) (ml.Tensor, error) {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue