mirror of https://github.com/ollama/ollama
runner: fix shifting on llama runner (#12604)
This commit is contained in:
parent
18087f2ec7
commit
e638f2acb6
|
|
@ -162,6 +162,7 @@ func (s *Server) NewSequence(prompt string, images []llm.ImageData, params NewSe
|
|||
embeddingOnly: params.embedding,
|
||||
stop: params.stop,
|
||||
numKeep: params.numKeep,
|
||||
shift: params.shift,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue