mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
remove extra field attr (#11205)
This commit is contained in:
@@ -18,7 +18,7 @@ type Model struct {
|
|||||||
model.Base
|
model.Base
|
||||||
model.SentencePieceModel
|
model.SentencePieceModel
|
||||||
|
|
||||||
*VisionModel `gguf:"v,vision"`
|
*VisionModel `gguf:"v"`
|
||||||
*TextModel
|
*TextModel
|
||||||
|
|
||||||
*MultiModalProjector `gguf:"mm"`
|
*MultiModalProjector `gguf:"mm"`
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ type Model struct {
|
|||||||
model.BytePairEncoding
|
model.BytePairEncoding
|
||||||
ImageProcessor
|
ImageProcessor
|
||||||
|
|
||||||
*VisionModel `gguf:"v,vision"`
|
*VisionModel `gguf:"v"`
|
||||||
*Projector `gguf:"mm"`
|
*Projector `gguf:"mm"`
|
||||||
*TextModel
|
*TextModel
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ type Model struct {
|
|||||||
model.BytePairEncoding
|
model.BytePairEncoding
|
||||||
|
|
||||||
*TextModel
|
*TextModel
|
||||||
*VisionModel `gguf:"v,vision"`
|
*VisionModel `gguf:"v"`
|
||||||
*MultiModalProjector `gguf:"mm"`
|
*MultiModalProjector `gguf:"mm"`
|
||||||
|
|
||||||
ImageProcessor
|
ImageProcessor
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ type Model struct {
|
|||||||
model.Base
|
model.Base
|
||||||
model.BytePairEncoding
|
model.BytePairEncoding
|
||||||
|
|
||||||
*VisionModel `gguf:"v,vision"`
|
*VisionModel `gguf:"v"`
|
||||||
*TextModel
|
*TextModel
|
||||||
|
|
||||||
Projector *nn.Linear `gguf:"mm.0"`
|
Projector *nn.Linear `gguf:"mm.0"`
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ type Model struct {
|
|||||||
model.BytePairEncoding
|
model.BytePairEncoding
|
||||||
|
|
||||||
*TextModel
|
*TextModel
|
||||||
*VisionModel `gguf:"v,vision"`
|
*VisionModel `gguf:"v"`
|
||||||
|
|
||||||
ImageProcessor
|
ImageProcessor
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user