runner: fix shifting on llama runner (#12604)

This commit is contained in:
Jeffrey Morgan
2025-10-13 13:46:33 -07:00
committed by GitHub
parent 18087f2ec7
commit e638f2acb6

View File

@@ -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
}