remove extra field attr (#11205)

This commit is contained in:
Michael Yang
2025-08-25 09:58:16 -07:00
committed by GitHub
parent d3450dd52e
commit 30fb7e19f8
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ type Model struct {
model.BytePairEncoding
*TextModel
*VisionModel `gguf:"v,vision"`
*VisionModel `gguf:"v"`
*MultiModalProjector `gguf:"mm"`
ImageProcessor