Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up: remove server functions from client #937

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

BruceMacD
Copy link
Contributor

We have had trouble with cross-account file permission when the Ollama client and server are running as different users. This change is a small clean up to remove all calls to server package code from the client (except for server.Run()), from now on we should not call anymore server package functions from cmd to prevent bugs.

cmd/cmd.go Outdated Show resolved Hide resolved
@BruceMacD BruceMacD merged commit f9a4281 into main Oct 30, 2023
@BruceMacD BruceMacD deleted the brucemacd/no-server-client branch October 30, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants