koboldcpp/otherarch/sdcpp
Concedo e692a79aab Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.github/workflows/docker.yml
#	CMakeLists.txt
#	CONTRIBUTING.md
#	docs/android.md
#	docs/docker.md
#	examples/embedding/embedding.cpp
#	examples/imatrix/imatrix.cpp
#	examples/infill/infill.cpp
#	examples/llama-bench/llama-bench.cpp
#	examples/main/README.md
#	examples/parallel/parallel.cpp
#	examples/perplexity/perplexity.cpp
#	examples/quantize-stats/quantize-stats.cpp
#	examples/save-load-state/save-load-state.cpp
#	examples/server/README.md
#	examples/simple/CMakeLists.txt
#	examples/speculative/speculative.cpp
#	flake.lock
#	ggml/src/CMakeLists.txt
#	ggml/src/ggml-blas.cpp
#	pocs/vdot/q8dot.cpp
#	pocs/vdot/vdot.cpp
#	scripts/debug-test.sh
#	scripts/sync-ggml.last
#	src/llama.cpp
#	tests/test-backend-ops.cpp
#	tests/test-chat-template.cpp
#	tests/test-quantize-fns.cpp
#	tests/test-quantize-perf.cpp
#	tests/test-tokenizer-0.cpp
#	tests/test-tokenizer-1-bpe.cpp
#	tests/test-tokenizer-1-spm.cpp
2024-10-11 11:59:59 +08:00
..
thirdparty Merge commit 'df270ef745' into concedo_experimental 2024-09-09 17:10:08 +08:00
clip.hpp Merge branch 'upstream' into concedo_experimental 2024-05-28 21:57:19 +08:00
common.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
control.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
denoiser.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
esrgan.hpp Merge branch 'upstream' into concedo_experimental 2024-05-28 21:57:19 +08:00
ggml_extend.hpp Fix compilation on macos 2024-10-03 15:10:30 +08:00
lora.hpp try to fix lora naming issues 2024-05-15 23:49:01 +08:00
main.cpp Merge branch 'upstream' into concedo_experimental 2024-04-24 21:29:07 +08:00
model.cpp Merge branch 'upstream' into concedo_experimental 2024-10-11 11:59:59 +08:00
model.h initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
preprocessing.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
rng.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
rng_philox.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
SDCPP_LICENSE initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
sdtype_adapter.cpp handle oversized images by downscaling 2024-08-26 13:58:18 +08:00
stable-diffusion.cpp Metal: remove ggml_backend_metal_log_set_callback due to backend logging mechanism unificification d6fe7ab (#1144) 2024-10-06 14:54:33 +08:00
stable-diffusion.h WIP on sdcpp integration 2024-02-29 00:40:07 +08:00
tae.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
unet.hpp Merge branch 'upstream' into concedo_experimental 2024-05-28 21:57:19 +08:00
upscaler.cpp Metal: remove ggml_backend_metal_log_set_callback due to backend logging mechanism unificification d6fe7ab (#1144) 2024-10-06 14:54:33 +08:00
util.cpp try to fix lora naming issues 2024-05-15 23:49:01 +08:00
util.h try to fix lora naming issues 2024-05-15 23:49:01 +08:00
vae.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00
vocab.hpp initial files from sdcpp (not working) 2024-02-28 15:45:13 +08:00