A model that is a member of multiple groups #341
-
|
Hello! Can you please suggest an idea, how to make one model a member of multiple groups? I need it to be launched at different times together with different models. Right now, I’ve solved the problem by simply creating a 'clone' (Nomic-embed-text-v2-moe_c). Here is config: "gemma3_tools_embed": "continue": |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You could put |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the note. One more question: when setting up another model that requires full memory, do I need to manually unload the persistent model? |
Beta Was this translation helpful? Give feedback.
You could put
Nomic-embed-text-v2-moeinto it's own group withpersistent: true. Then it won't get swapped out. You'll have to manually unload it however.