You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of running the container, we could enable users to decide using the local ollama binary in the host, which would increase the performance (and the capabilities) of running ollama without a virtualisation layer in between.
We could go with a RunLocal exposed function, or a UseLocal/PreferLocal/WithLocal functional option that simply calls the local binary, falling back to the container if the binary is not found in the path.
The text was updated successfully, but these errors were encountered:
Proposal
Instead of running the container, we could enable users to decide using the local ollama binary in the host, which would increase the performance (and the capabilities) of running ollama without a virtualisation layer in between.
We could go with a
RunLocal
exposed function, or aUseLocal/PreferLocal/WithLocal
functional option that simply calls the local binary, falling back to the container if the binary is not found in the path.The text was updated successfully, but these errors were encountered: