Windows install method: Llama.cpp in scoop #13637
mathijshenquet
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I am working at the moment on building packages for winget. Uploading the packages to other repositories as well would be great, but we should try to use the same packages for all repositories to avoid confusion. My goal for winget is to create a single package that contains the most important backends and can automatically choose which ones to use at runtime. Please give me some time to finish this so that we can use the same approach before we start advertising these packages in the documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently helped merge llama.cpp support into Scoop, the Windows package manager. See this pull request: ScoopInstaller/Versions#2295.
Current Implementation
The packages have been added to the 'Versions' bucket with all variants from the GitHub releases available. Users can now install specific builds:
Executables Provided
Upon installation, the following executables are added to the user's PATH:
Proposal for Enhancement
I propose updating the following files with Scoop installation instructions.
./README.md
./docs/install.md
If concensus is reached I would be willing to make PR for this if desired.
Question
Is the above list of executables correct and stable? I noticed recent changes to the executable list. It's important that this remains in sync with the project.
Alternatively, Scoop allows a different installation method where a PATH entry is added instead of enumerating each executable, however this is not so desirable as llama.cpp also includes non
llama-*
executable.We could also enumerate a smaller list of stable exeuctables which most users would use, eg at least
llama-cli
andllama-server
.Beta Was this translation helpful? Give feedback.
All reactions