mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 17:29:54 +02:00
full attn block indexes should be []int32
This commit is contained in:
@@ -69,7 +69,6 @@ func (m *Model) EncodeMultimodal(ctx ml.Context, multimodalData []byte) (any, er
|
||||
func (m *Model) PostTokenize(inputs []input.Input) ([]input.Input, error) {
|
||||
var result []input.Input
|
||||
|
||||
// Get image token IDs from config
|
||||
var (
|
||||
imageToken int32 = 151655
|
||||
visionStartToken int32 = 151652
|
||||
|
||||
Reference in New Issue
Block a user