Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 7ae9928

Browse files
authored
fix: embedding fixup for nomic-embed-text model (#504)
1 parent 8c63530 commit 7ae9928

File tree

3 files changed

+156
-117
lines changed

3 files changed

+156
-117
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Table of parameters
114114
|`grp_attn_w`|Integer|Group attention width in self-extend|
115115
|`mlock`|Boolean|Prevent system swapping of the model to disk in macOS|
116116
|`grammar_file`| String |You can constrain the sampling using GBNF grammars by providing path to a grammar file|
117+
|`model_type` | String | Model type we want to use: llm or embedding, default value is llm|
117118

118119
***OPTIONAL***: You can run Nitro on a different port like 5000 instead of 3928 by running it manually in terminal
119120
```zsh

0 commit comments

Comments
 (0)