Comment on Ollama for Linux – Run LLMs on Linux with GPU AccelerationparentComments−all22yDo you run these separately or as a mixture of experts? Are they fine-tuned for these behaviours or just prompted to behave a certain way?−jerrysievert2ythey are just prompted differently - you can choose the model and a prompt, and ollama presents it as its own "model", so instead of `llama2:7b`, it gets presented as `bartender:latest`.makes it very convenient.
Comments
Do you run these separately or as a mixture of experts? Are they fine-tuned for these behaviours or just prompted to behave a certain way?
they are just prompted differently - you can choose the model and a prompt, and ollama presents it as its own "model", so instead of `llama2:7b`, it gets presented as `bartender:latest`.
makes it very convenient.