mirror of
https://github.com/ollama/ollama.git
synced 2026-04-19 18:54:26 +02:00
nomic-embed-text model implementation (#13071)
This commit is contained in:
@@ -156,6 +156,7 @@ func New(c fs.Config) (model.Model, error) {
|
||||
)),
|
||||
},
|
||||
},
|
||||
true,
|
||||
)
|
||||
default:
|
||||
return nil, model.ErrUnsupportedTokenizer
|
||||
|
||||
Reference in New Issue
Block a user