mirror of
https://github.com/ollama/ollama.git
synced 2025-04-13 14:19:23 +02:00
Update backend.go
This commit is contained in:
parent
96df15edfc
commit
cbeb2aab4f
@ -125,7 +125,7 @@ type RopeType int
|
||||
const (
|
||||
RopeTypeNormal RopeType = iota // Standard RoPE implementation
|
||||
RopeTypeNeox // NeoX-style RoPE implementation
|
||||
RopeTypeMRoPE // Multi-scale RoPE implementation
|
||||
RopeTypeMRoPE // Multimodal RoPE implementation
|
||||
RopeTypeVision // Vision-specific RoPE implementation
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user