-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Add a ujust action to install ollama quadlet #1072
Conversation
Yeah we could just include the file somewhere on disk and copy it over, it's only a few bytes. Let's punt on the magic ollama installation, maybe we can echo "make sure you set up brew first and install ollama" or something. |
|
Ah yes, that'll work. 😄 Ok, I'm fine with this and ready to +1! Would like a quick review from someone else on the quadlet tho. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving after resolved the merge conflict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving again after fixing Justfile syntax
Co-authored-by: Robert Sturla <[email protected]>
Co-authored-by: Robert Sturla <[email protected]>
Running
ujust ollama
should:which nvidia-smi
under the assumption that if you have the drivers installed, you likely have nvidia hardware...) and amd (lspci | grep ' VGA ' | grep -sq Radeon
).Nvidia (CUDA)
orAMD (ROCm)
.~/.config/containers/systemd/ollama.container
with the appropriate bits set for the choice detected or selected by the user.ollama
cli viabrew install ollama
.I'm unsure about 2 things, and would appreciate some feedback.
ollama
cli via brew for the user? I'm leaning like we should, but they might not have brew installed.