-
Notifications
You must be signed in to change notification settings - Fork 12k
build
: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc...
#7809
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
8498429
`main`/`server`: rename to `llama` / `llama-server` for consistency w…
f298cc6
server: update refs -> llama-server
f5f19a2
server: simplify nix package
8b7c734
main: update refs -> llama
9a03341
main/server: fix targets
8695bae
update more names
a0a7f2b
Update build.yml
fbd8313
Merge remote-tracking branch 'origin/master' into bins
99df4cc
rm accidentally checked in bins
7fbe600
update straggling refs
af8f016
Update .gitignore
0dba582
Update server-llm.sh
fe93cc9
Merge remote-tracking branch 'origin/master' into bins
23d0df5
main: target name -> llama-cli
ab5efbb
Prefix all example bins w/ llama-
78bca8c
fix main refs
10650b6
rename {main->llama}-cmake-pkg binary
81222f0
prefix more cmake targets w/ llama-
b648243
add/fix gbnf-validator subfolder to cmake
eef922e
sort cmake example subdirs
b0eb3b8
rm bin files
efaa441
fix llama-lookup-* Makefile rules
78eae7f
gitignore /llama-*
347f308
rename Dockerfiles
5265c15
rename llama|main -> llama-cli; consistent RPM bin prefixes
daeaeb1
Merge remote-tracking branch 'origin/master' into bins
0bb2a3f
fix some missing -cli suffixes
0fcf2c3
rename dockerfile w/ llama-cli
1cc6514
rename(make): llama-baby-llama
051633e
update dockerfile refs
b8cb44e
more llama-cli(.exe)
4881a94
fix test-eval-callback
b843639
rename: llama-cli-cmake-pkg(.exe)
f9cfd04
address gbnf-validator unused fread warning (switched to C++ / ifstream)
0be5f39
add two missing llama- prefixes
e7e0373
Updating docs for eval-callback binary to use new `llama-` prefix.
HanClinto 2fd66b2
Updating a few lingering doc references for rename of main to llama-cli
HanClinto 72660c3
Updating `run-with-preset.py` to use new binary names.
HanClinto 70de0de
Updating documentation references for lookup-merge and export-lora
HanClinto 82df7f9
Merge pull request #1 from HanClinto/bins-rename-nits
ochafik 1f5ec2c
Updating two small `main` references missed earlier in the finetune d…
HanClinto 8cf8c12
Update apps.nix
2a9c4cd
Merge remote-tracking branch 'origin/master' into bins
166397f
update grammar/README.md w/ new llama-* names
ee3a086
Merge pull request #2 from HanClinto/bins-nits-2
ochafik e474ef1
update llama-rpc-server bin name + doc
be66f9e
Revert "update llama-rpc-server bin name + doc"
ceb2859
Merge remote-tracking branch 'origin/master' into bins
08da184
add hot topic notice to README.md
ecdde74
Update README.md
ochafik 1910241
Update README.md
ochafik 48e5009
rename gguf-split & quantize bins refs in **/tests.sh
73d4a4a
Merge branch 'bins' of https://github.com/ochafik/llama.cpp into bins
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ build*/ | |
|
||
models/* | ||
|
||
/main | ||
/llama | ||
/quantize | ||
|
||
arm_neon.h | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.