Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
3e102b7d
Unverified
Commit
3e102b7d
authored
Mar 13, 2025
by
Michael Yang
Committed by
GitHub
Mar 13, 2025
Browse files
Update model/model.go
Co-authored-by:
Jeffrey Morgan
<
jmorganca@gmail.com
>
parent
5e2e0b46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
model/model.go
model/model.go
+1
-1
No files found.
model/model.go
View file @
3e102b7d
...
@@ -22,7 +22,7 @@ import (
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment