Update backend.go
This commit is contained in:
parent
96df15edfc
commit
cbeb2aab4f
@ -125,7 +125,7 @@ type RopeType int
|
|||||||
const (
|
const (
|
||||||
RopeTypeNormal RopeType = iota // Standard RoPE implementation
|
RopeTypeNormal RopeType = iota // Standard RoPE implementation
|
||||||
RopeTypeNeox // NeoX-style RoPE implementation
|
RopeTypeNeox // NeoX-style RoPE implementation
|
||||||
RopeTypeMRoPE // Multi-scale RoPE implementation
|
RopeTypeMRoPE // Multimodal RoPE implementation
|
||||||
RopeTypeVision // Vision-specific RoPE implementation
|
RopeTypeVision // Vision-specific RoPE implementation
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user