koboldcpp/examples
Concedo 02f92f6ecc Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.devops/full-cuda.Dockerfile
#	.devops/full-rocm.Dockerfile
#	.devops/llama-cli-cuda.Dockerfile
#	.devops/llama-cli-rocm.Dockerfile
#	.devops/llama-cli-vulkan.Dockerfile
#	.devops/llama-cpp-cuda.srpm.spec
#	.devops/llama-server-cuda.Dockerfile
#	.devops/llama-server-rocm.Dockerfile
#	.devops/llama-server-vulkan.Dockerfile
#	.github/workflows/build.yml
#	.github/workflows/docker.yml
#	CMakeLists.txt
#	Makefile
#	README.md
#	examples/llama.android/llama/src/main/cpp/CMakeLists.txt
#	flake.lock
#	ggml/CMakeLists.txt
#	ggml/src/CMakeLists.txt
#	grammars/README.md
#	scripts/sync-ggml-am.sh
#	scripts/sync-ggml.last
#	tests/test-chat-template.cpp
#	tests/test-grammar-integration.cpp
#	tests/test-json-schema-to-grammar.cpp
2024-06-30 10:59:42 +08:00
..
baby-llama merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
batched merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
batched-bench merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
batched.swift build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
benchmark merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
convert-llama2c-to-ggml merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
cvector-generator merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
embedding merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
eval-callback merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
export-lora merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
finetune merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
gbnf-validator merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
gguf merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
gguf-split merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
gritlm merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
imatrix merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
infill Merge branch 'upstream' into concedo_experimental 2024-06-30 10:59:42 +08:00
jeopardy build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
llama-bench merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
llama.android Merge branch 'upstream' into concedo_experimental 2024-06-30 10:59:42 +08:00
llama.swiftui swiftui : enable stream updating (#7754) 2024-06-21 08:30:58 +03:00
llava Merge branch 'upstream' into concedo_experimental 2024-06-30 10:59:42 +08:00
lookahead merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
lookup merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
main Merge branch 'upstream' into concedo_experimental 2024-06-30 10:59:42 +08:00
main-cmake-pkg merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
parallel merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
passkey merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
perplexity merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
quantize merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
quantize-stats merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
retrieval merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
rpc merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
save-load-state merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
server Merge branch 'upstream' into concedo_experimental 2024-06-30 10:59:42 +08:00
simple merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
speculative merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
sycl merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
tokenize merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
train-text-from-scratch merge the file structure refactor, testing 2024-06-29 12:14:38 +08:00
base-translate.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
chat-13B.bat Create chat-13B.bat (#592) 2023-03-29 20:21:09 +03:00
chat-13B.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
chat-persistent.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
chat-vicuna.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
chat.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
convert-legacy-llama.py ggml : refactor rope norm/neox (#7634) 2024-06-05 11:29:20 +03:00
json-schema-pydantic-example.py json: fix additionalProperties, allow space after enum/const (#7840) 2024-06-26 01:45:58 +01:00
json_schema_to_grammar.py json: restore default additionalProperties to false, fix some pattern escapes (#8180) 2024-06-28 09:26:45 +01:00
llama.vim llama.vim : added api key support (#5090) 2024-01-23 08:51:27 +02:00
llm.vim llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) 2023-08-30 09:50:55 +03:00
Miku.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
pydantic-models-to-grammar-examples.py examples : make pydantic scripts pass mypy and support py3.8 (#5099) 2024-01-25 14:51:24 -05:00
pydantic_models_to_grammar.py grammars: x{min,max} repetition operator (#6640) 2024-06-06 10:07:06 +01:00
reason-act.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
regex-to-grammar.py JSON schema conversion: ️ faster repetitions, min/maxLength for strings, cap number length (#6555) 2024-04-12 19:43:38 +01:00
server-embd.py server : refactor (#5882) 2024-03-07 11:41:53 +02:00
server-llama2-13B.sh build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
ts-type-to-grammar.sh JSON schema conversion: ️ faster repetitions, min/maxLength for strings, cap number length (#6555) 2024-04-12 19:43:38 +01:00