mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 01:57:22 +01:00
Update model/model.go
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
"github.com/ollama/ollama/model/input"
|
"github.com/ollama/ollama/model/input"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ErrNoVisionModel = errors.New("vision model not found")
|
var ErrNoVisionModel = errors.New("this model is missing data required for image input")
|
||||||
|
|
||||||
// Model implements a specific model architecture, defining the forward pass and any model-specific configuration
|
// Model implements a specific model architecture, defining the forward pass and any model-specific configuration
|
||||||
type Model interface {
|
type Model interface {
|
||||||
|
|||||||
Reference in New Issue
Block a user