MorpheusAIs / moragents

Morpheus Local Agents
MIT License
15 stars 13 forks source link

Investigate Consolidating Llama3 and Functionary into just Llama3.1 #55

Open LachsBagel opened 3 weeks ago

LachsBagel commented 3 weeks ago

This will allow for downloading one set of model parameters instead of two. Reducing download and installation time for users.

LachsBagel commented 3 weeks ago

Currently the agents docker container runs the functionary model and the host OS directly has ollama to run the llama3 model.

Investigate whether llama3.1 8B can replace both of the above models by running on the host OS via ollama and then removing functionary from the agents container. Ensuring the agents container's agents still retain the same functionality as they presently do.