From 099392db01d52cdcb551a354a63a6e9a669a502b Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 12 Jun 2023 08:00:48 +0200 Subject: [PATCH] ??? --- {ggml_old => ggml}/.gitignore | 0 {ggml_old => ggml}/CMakeLists.txt | 0 {ggml_old => ggml}/LICENSE | 0 {ggml_old => ggml}/README.md | 0 {ggml_old => ggml}/cmake/BuildTypes.cmake | 0 {ggml_old => ggml}/cmake/GitVars.cmake | 0 {ggml_old => ggml}/examples/CMakeLists.txt | 0 {ggml_old => ggml}/examples/common-ggml.cpp | 0 {ggml_old => ggml}/examples/common-ggml.h | 0 {ggml_old => ggml}/examples/common.cpp | 0 {ggml_old => ggml}/examples/common.h | 0 {ggml_old => ggml}/examples/dolly-v2/CMakeLists.txt | 0 {ggml_old => ggml}/examples/dolly-v2/README.md | 0 .../examples/dolly-v2/convert-h5-to-ggml.py | 0 {ggml_old => ggml}/examples/dolly-v2/main.cpp | 0 {ggml_old => ggml}/examples/dolly-v2/quantize.cpp | 0 {ggml_old => ggml}/examples/dr_wav.h | 0 {ggml_old => ggml}/examples/gpt-2/CMakeLists.txt | 0 {ggml_old => ggml}/examples/gpt-2/README.md | 0 .../examples/gpt-2/convert-cerebras-to-ggml.py | 0 .../examples/gpt-2/convert-ckpt-to-ggml.py | 0 .../examples/gpt-2/convert-h5-to-ggml.py | 0 .../examples/gpt-2/download-ggml-model.sh | 0 {ggml_old => ggml}/examples/gpt-2/download-model.sh | 0 {ggml_old => ggml}/examples/gpt-2/main.cpp | 0 {ggml_old => ggml}/examples/gpt-2/quantize.cpp | 0 {ggml_old => ggml}/examples/gpt-j/CMakeLists.txt | 0 {ggml_old => ggml}/examples/gpt-j/README.md | 0 .../examples/gpt-j/convert-h5-to-ggml.py | 0 .../examples/gpt-j/download-ggml-model.sh | 0 {ggml_old => ggml}/examples/gpt-j/download-model.sh | 0 {ggml_old => ggml}/examples/gpt-j/main.cpp | 0 {ggml_old => ggml}/examples/gpt-j/quantize.cpp | 0 {ggml_old => ggml}/examples/gpt-neox/CMakeLists.txt | 0 {ggml_old => ggml}/examples/gpt-neox/README.md | 0 .../examples/gpt-neox/convert-h5-to-ggml.py | 0 {ggml_old => ggml}/examples/gpt-neox/main.cpp | 0 {ggml_old => ggml}/examples/gpt-neox/quantize.cpp | 0 {ggml_old => ggml}/examples/mnist/CMakeLists.txt | 0 {ggml_old => ggml}/examples/mnist/README.md | 0 .../examples/mnist/convert-h5-to-ggml.py | 0 {ggml_old => ggml}/examples/mnist/main.cpp | 0 .../mnist/models/mnist/mnist_model.state_dict | Bin .../mnist/models/mnist/t10k-images.idx3-ubyte | Bin {ggml_old => ggml}/examples/mnist/web/index.html | 0 {ggml_old => ggml}/examples/mpt/CMakeLists.txt | 0 .../examples/mpt/convert-h5-to-ggml.py | 0 {ggml_old => ggml}/examples/mpt/main.cpp | 0 {ggml_old => ggml}/examples/mpt/quantize.cpp | 0 {ggml_old => ggml}/examples/replit/CMakeLists.txt | 0 .../examples/replit/convert-h5-to-ggml.py | 0 {ggml_old => ggml}/examples/replit/main.cpp | 0 {ggml_old => ggml}/examples/replit/quantize.cpp | 0 .../examples/starcoder/CMakeLists.txt | 0 {ggml_old => ggml}/examples/starcoder/README.md | 0 .../examples/starcoder/convert-hf-to-ggml.py | 0 {ggml_old => ggml}/examples/starcoder/main.cpp | 0 {ggml_old => ggml}/examples/starcoder/quantize.cpp | 0 {ggml_old => ggml}/examples/whisper/CMakeLists.txt | 0 {ggml_old => ggml}/examples/whisper/README.md | 0 .../examples/whisper/convert-pt-to-ggml.py | 0 {ggml_old => ggml}/examples/whisper/main.cpp | 0 {ggml_old => ggml}/examples/whisper/quantize.cpp | 0 {ggml_old => ggml}/examples/whisper/whisper.cpp | 0 {ggml_old => ggml}/examples/whisper/whisper.h | 0 {ggml_old => ggml}/include/ggml/ggml.h | 0 {ggml_old => ggml}/scripts/sync-llama.sh | 0 {ggml_old => ggml}/scripts/sync-whisper.sh | 0 {ggml_old => ggml}/src/CMakeLists.txt | 0 {ggml_old => ggml}/src/ggml-cuda.cu | 0 {ggml_old => ggml}/src/ggml-cuda.h | 0 {ggml_old => ggml}/src/ggml-opencl.c | 0 {ggml_old => ggml}/src/ggml-opencl.h | 0 {ggml_old => ggml}/src/ggml.c | 0 {ggml_old => ggml}/tests/CMakeLists.txt | 0 {ggml_old => ggml}/tests/test-blas0.c | 0 {ggml_old => ggml}/tests/test-grad0.c | 0 {ggml_old => ggml}/tests/test-mul-mat0.c | 0 {ggml_old => ggml}/tests/test-mul-mat1.c | 0 {ggml_old => ggml}/tests/test-mul-mat2.c | 0 {ggml_old => ggml}/tests/test-opt.c | 0 {ggml_old => ggml}/tests/test-svd0.c | 0 {ggml_old => ggml}/tests/test-vec0.c | 0 {ggml_old => ggml}/tests/test-vec1.c | 0 {ggml_old => ggml}/tests/test-vec2.c | 0 {ggml_old => ggml}/tests/test0.c | 0 {ggml_old => ggml}/tests/test1.c | 0 {ggml_old => ggml}/tests/test2.c | 0 {ggml_old => ggml}/tests/test3.c | 0 89 files changed, 0 insertions(+), 0 deletions(-) rename {ggml_old => ggml}/.gitignore (100%) rename {ggml_old => ggml}/CMakeLists.txt (100%) rename {ggml_old => ggml}/LICENSE (100%) rename {ggml_old => ggml}/README.md (100%) rename {ggml_old => ggml}/cmake/BuildTypes.cmake (100%) rename {ggml_old => ggml}/cmake/GitVars.cmake (100%) rename {ggml_old => ggml}/examples/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/common-ggml.cpp (100%) rename {ggml_old => ggml}/examples/common-ggml.h (100%) rename {ggml_old => ggml}/examples/common.cpp (100%) rename {ggml_old => ggml}/examples/common.h (100%) rename {ggml_old => ggml}/examples/dolly-v2/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/dolly-v2/README.md (100%) rename {ggml_old => ggml}/examples/dolly-v2/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/dolly-v2/main.cpp (100%) rename {ggml_old => ggml}/examples/dolly-v2/quantize.cpp (100%) rename {ggml_old => ggml}/examples/dr_wav.h (100%) rename {ggml_old => ggml}/examples/gpt-2/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/gpt-2/README.md (100%) rename {ggml_old => ggml}/examples/gpt-2/convert-cerebras-to-ggml.py (100%) rename {ggml_old => ggml}/examples/gpt-2/convert-ckpt-to-ggml.py (100%) rename {ggml_old => ggml}/examples/gpt-2/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/gpt-2/download-ggml-model.sh (100%) rename {ggml_old => ggml}/examples/gpt-2/download-model.sh (100%) rename {ggml_old => ggml}/examples/gpt-2/main.cpp (100%) rename {ggml_old => ggml}/examples/gpt-2/quantize.cpp (100%) rename {ggml_old => ggml}/examples/gpt-j/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/gpt-j/README.md (100%) rename {ggml_old => ggml}/examples/gpt-j/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/gpt-j/download-ggml-model.sh (100%) rename {ggml_old => ggml}/examples/gpt-j/download-model.sh (100%) rename {ggml_old => ggml}/examples/gpt-j/main.cpp (100%) rename {ggml_old => ggml}/examples/gpt-j/quantize.cpp (100%) rename {ggml_old => ggml}/examples/gpt-neox/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/gpt-neox/README.md (100%) rename {ggml_old => ggml}/examples/gpt-neox/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/gpt-neox/main.cpp (100%) rename {ggml_old => ggml}/examples/gpt-neox/quantize.cpp (100%) rename {ggml_old => ggml}/examples/mnist/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/mnist/README.md (100%) rename {ggml_old => ggml}/examples/mnist/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/mnist/main.cpp (100%) rename {ggml_old => ggml}/examples/mnist/models/mnist/mnist_model.state_dict (100%) rename {ggml_old => ggml}/examples/mnist/models/mnist/t10k-images.idx3-ubyte (100%) rename {ggml_old => ggml}/examples/mnist/web/index.html (100%) rename {ggml_old => ggml}/examples/mpt/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/mpt/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/mpt/main.cpp (100%) rename {ggml_old => ggml}/examples/mpt/quantize.cpp (100%) rename {ggml_old => ggml}/examples/replit/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/replit/convert-h5-to-ggml.py (100%) rename {ggml_old => ggml}/examples/replit/main.cpp (100%) rename {ggml_old => ggml}/examples/replit/quantize.cpp (100%) rename {ggml_old => ggml}/examples/starcoder/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/starcoder/README.md (100%) rename {ggml_old => ggml}/examples/starcoder/convert-hf-to-ggml.py (100%) rename {ggml_old => ggml}/examples/starcoder/main.cpp (100%) rename {ggml_old => ggml}/examples/starcoder/quantize.cpp (100%) rename {ggml_old => ggml}/examples/whisper/CMakeLists.txt (100%) rename {ggml_old => ggml}/examples/whisper/README.md (100%) rename {ggml_old => ggml}/examples/whisper/convert-pt-to-ggml.py (100%) rename {ggml_old => ggml}/examples/whisper/main.cpp (100%) rename {ggml_old => ggml}/examples/whisper/quantize.cpp (100%) rename {ggml_old => ggml}/examples/whisper/whisper.cpp (100%) rename {ggml_old => ggml}/examples/whisper/whisper.h (100%) rename {ggml_old => ggml}/include/ggml/ggml.h (100%) rename {ggml_old => ggml}/scripts/sync-llama.sh (100%) rename {ggml_old => ggml}/scripts/sync-whisper.sh (100%) rename {ggml_old => ggml}/src/CMakeLists.txt (100%) rename {ggml_old => ggml}/src/ggml-cuda.cu (100%) rename {ggml_old => ggml}/src/ggml-cuda.h (100%) rename {ggml_old => ggml}/src/ggml-opencl.c (100%) rename {ggml_old => ggml}/src/ggml-opencl.h (100%) rename {ggml_old => ggml}/src/ggml.c (100%) rename {ggml_old => ggml}/tests/CMakeLists.txt (100%) rename {ggml_old => ggml}/tests/test-blas0.c (100%) rename {ggml_old => ggml}/tests/test-grad0.c (100%) rename {ggml_old => ggml}/tests/test-mul-mat0.c (100%) rename {ggml_old => ggml}/tests/test-mul-mat1.c (100%) rename {ggml_old => ggml}/tests/test-mul-mat2.c (100%) rename {ggml_old => ggml}/tests/test-opt.c (100%) rename {ggml_old => ggml}/tests/test-svd0.c (100%) rename {ggml_old => ggml}/tests/test-vec0.c (100%) rename {ggml_old => ggml}/tests/test-vec1.c (100%) rename {ggml_old => ggml}/tests/test-vec2.c (100%) rename {ggml_old => ggml}/tests/test0.c (100%) rename {ggml_old => ggml}/tests/test1.c (100%) rename {ggml_old => ggml}/tests/test2.c (100%) rename {ggml_old => ggml}/tests/test3.c (100%) diff --git a/ggml_old/.gitignore b/ggml/.gitignore similarity index 100% rename from ggml_old/.gitignore rename to ggml/.gitignore diff --git a/ggml_old/CMakeLists.txt b/ggml/CMakeLists.txt similarity index 100% rename from ggml_old/CMakeLists.txt rename to ggml/CMakeLists.txt diff --git a/ggml_old/LICENSE b/ggml/LICENSE similarity index 100% rename from ggml_old/LICENSE rename to ggml/LICENSE diff --git a/ggml_old/README.md b/ggml/README.md similarity index 100% rename from ggml_old/README.md rename to ggml/README.md diff --git a/ggml_old/cmake/BuildTypes.cmake b/ggml/cmake/BuildTypes.cmake similarity index 100% rename from ggml_old/cmake/BuildTypes.cmake rename to ggml/cmake/BuildTypes.cmake diff --git a/ggml_old/cmake/GitVars.cmake b/ggml/cmake/GitVars.cmake similarity index 100% rename from ggml_old/cmake/GitVars.cmake rename to ggml/cmake/GitVars.cmake diff --git a/ggml_old/examples/CMakeLists.txt b/ggml/examples/CMakeLists.txt similarity index 100% rename from ggml_old/examples/CMakeLists.txt rename to ggml/examples/CMakeLists.txt diff --git a/ggml_old/examples/common-ggml.cpp b/ggml/examples/common-ggml.cpp similarity index 100% rename from ggml_old/examples/common-ggml.cpp rename to ggml/examples/common-ggml.cpp diff --git a/ggml_old/examples/common-ggml.h b/ggml/examples/common-ggml.h similarity index 100% rename from ggml_old/examples/common-ggml.h rename to ggml/examples/common-ggml.h diff --git a/ggml_old/examples/common.cpp b/ggml/examples/common.cpp similarity index 100% rename from ggml_old/examples/common.cpp rename to ggml/examples/common.cpp diff --git a/ggml_old/examples/common.h b/ggml/examples/common.h similarity index 100% rename from ggml_old/examples/common.h rename to ggml/examples/common.h diff --git a/ggml_old/examples/dolly-v2/CMakeLists.txt b/ggml/examples/dolly-v2/CMakeLists.txt similarity index 100% rename from ggml_old/examples/dolly-v2/CMakeLists.txt rename to ggml/examples/dolly-v2/CMakeLists.txt diff --git a/ggml_old/examples/dolly-v2/README.md b/ggml/examples/dolly-v2/README.md similarity index 100% rename from ggml_old/examples/dolly-v2/README.md rename to ggml/examples/dolly-v2/README.md diff --git a/ggml_old/examples/dolly-v2/convert-h5-to-ggml.py b/ggml/examples/dolly-v2/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/dolly-v2/convert-h5-to-ggml.py rename to ggml/examples/dolly-v2/convert-h5-to-ggml.py diff --git a/ggml_old/examples/dolly-v2/main.cpp b/ggml/examples/dolly-v2/main.cpp similarity index 100% rename from ggml_old/examples/dolly-v2/main.cpp rename to ggml/examples/dolly-v2/main.cpp diff --git a/ggml_old/examples/dolly-v2/quantize.cpp b/ggml/examples/dolly-v2/quantize.cpp similarity index 100% rename from ggml_old/examples/dolly-v2/quantize.cpp rename to ggml/examples/dolly-v2/quantize.cpp diff --git a/ggml_old/examples/dr_wav.h b/ggml/examples/dr_wav.h similarity index 100% rename from ggml_old/examples/dr_wav.h rename to ggml/examples/dr_wav.h diff --git a/ggml_old/examples/gpt-2/CMakeLists.txt b/ggml/examples/gpt-2/CMakeLists.txt similarity index 100% rename from ggml_old/examples/gpt-2/CMakeLists.txt rename to ggml/examples/gpt-2/CMakeLists.txt diff --git a/ggml_old/examples/gpt-2/README.md b/ggml/examples/gpt-2/README.md similarity index 100% rename from ggml_old/examples/gpt-2/README.md rename to ggml/examples/gpt-2/README.md diff --git a/ggml_old/examples/gpt-2/convert-cerebras-to-ggml.py b/ggml/examples/gpt-2/convert-cerebras-to-ggml.py similarity index 100% rename from ggml_old/examples/gpt-2/convert-cerebras-to-ggml.py rename to ggml/examples/gpt-2/convert-cerebras-to-ggml.py diff --git a/ggml_old/examples/gpt-2/convert-ckpt-to-ggml.py b/ggml/examples/gpt-2/convert-ckpt-to-ggml.py similarity index 100% rename from ggml_old/examples/gpt-2/convert-ckpt-to-ggml.py rename to ggml/examples/gpt-2/convert-ckpt-to-ggml.py diff --git a/ggml_old/examples/gpt-2/convert-h5-to-ggml.py b/ggml/examples/gpt-2/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/gpt-2/convert-h5-to-ggml.py rename to ggml/examples/gpt-2/convert-h5-to-ggml.py diff --git a/ggml_old/examples/gpt-2/download-ggml-model.sh b/ggml/examples/gpt-2/download-ggml-model.sh similarity index 100% rename from ggml_old/examples/gpt-2/download-ggml-model.sh rename to ggml/examples/gpt-2/download-ggml-model.sh diff --git a/ggml_old/examples/gpt-2/download-model.sh b/ggml/examples/gpt-2/download-model.sh similarity index 100% rename from ggml_old/examples/gpt-2/download-model.sh rename to ggml/examples/gpt-2/download-model.sh diff --git a/ggml_old/examples/gpt-2/main.cpp b/ggml/examples/gpt-2/main.cpp similarity index 100% rename from ggml_old/examples/gpt-2/main.cpp rename to ggml/examples/gpt-2/main.cpp diff --git a/ggml_old/examples/gpt-2/quantize.cpp b/ggml/examples/gpt-2/quantize.cpp similarity index 100% rename from ggml_old/examples/gpt-2/quantize.cpp rename to ggml/examples/gpt-2/quantize.cpp diff --git a/ggml_old/examples/gpt-j/CMakeLists.txt b/ggml/examples/gpt-j/CMakeLists.txt similarity index 100% rename from ggml_old/examples/gpt-j/CMakeLists.txt rename to ggml/examples/gpt-j/CMakeLists.txt diff --git a/ggml_old/examples/gpt-j/README.md b/ggml/examples/gpt-j/README.md similarity index 100% rename from ggml_old/examples/gpt-j/README.md rename to ggml/examples/gpt-j/README.md diff --git a/ggml_old/examples/gpt-j/convert-h5-to-ggml.py b/ggml/examples/gpt-j/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/gpt-j/convert-h5-to-ggml.py rename to ggml/examples/gpt-j/convert-h5-to-ggml.py diff --git a/ggml_old/examples/gpt-j/download-ggml-model.sh b/ggml/examples/gpt-j/download-ggml-model.sh similarity index 100% rename from ggml_old/examples/gpt-j/download-ggml-model.sh rename to ggml/examples/gpt-j/download-ggml-model.sh diff --git a/ggml_old/examples/gpt-j/download-model.sh b/ggml/examples/gpt-j/download-model.sh similarity index 100% rename from ggml_old/examples/gpt-j/download-model.sh rename to ggml/examples/gpt-j/download-model.sh diff --git a/ggml_old/examples/gpt-j/main.cpp b/ggml/examples/gpt-j/main.cpp similarity index 100% rename from ggml_old/examples/gpt-j/main.cpp rename to ggml/examples/gpt-j/main.cpp diff --git a/ggml_old/examples/gpt-j/quantize.cpp b/ggml/examples/gpt-j/quantize.cpp similarity index 100% rename from ggml_old/examples/gpt-j/quantize.cpp rename to ggml/examples/gpt-j/quantize.cpp diff --git a/ggml_old/examples/gpt-neox/CMakeLists.txt b/ggml/examples/gpt-neox/CMakeLists.txt similarity index 100% rename from ggml_old/examples/gpt-neox/CMakeLists.txt rename to ggml/examples/gpt-neox/CMakeLists.txt diff --git a/ggml_old/examples/gpt-neox/README.md b/ggml/examples/gpt-neox/README.md similarity index 100% rename from ggml_old/examples/gpt-neox/README.md rename to ggml/examples/gpt-neox/README.md diff --git a/ggml_old/examples/gpt-neox/convert-h5-to-ggml.py b/ggml/examples/gpt-neox/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/gpt-neox/convert-h5-to-ggml.py rename to ggml/examples/gpt-neox/convert-h5-to-ggml.py diff --git a/ggml_old/examples/gpt-neox/main.cpp b/ggml/examples/gpt-neox/main.cpp similarity index 100% rename from ggml_old/examples/gpt-neox/main.cpp rename to ggml/examples/gpt-neox/main.cpp diff --git a/ggml_old/examples/gpt-neox/quantize.cpp b/ggml/examples/gpt-neox/quantize.cpp similarity index 100% rename from ggml_old/examples/gpt-neox/quantize.cpp rename to ggml/examples/gpt-neox/quantize.cpp diff --git a/ggml_old/examples/mnist/CMakeLists.txt b/ggml/examples/mnist/CMakeLists.txt similarity index 100% rename from ggml_old/examples/mnist/CMakeLists.txt rename to ggml/examples/mnist/CMakeLists.txt diff --git a/ggml_old/examples/mnist/README.md b/ggml/examples/mnist/README.md similarity index 100% rename from ggml_old/examples/mnist/README.md rename to ggml/examples/mnist/README.md diff --git a/ggml_old/examples/mnist/convert-h5-to-ggml.py b/ggml/examples/mnist/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/mnist/convert-h5-to-ggml.py rename to ggml/examples/mnist/convert-h5-to-ggml.py diff --git a/ggml_old/examples/mnist/main.cpp b/ggml/examples/mnist/main.cpp similarity index 100% rename from ggml_old/examples/mnist/main.cpp rename to ggml/examples/mnist/main.cpp diff --git a/ggml_old/examples/mnist/models/mnist/mnist_model.state_dict b/ggml/examples/mnist/models/mnist/mnist_model.state_dict similarity index 100% rename from ggml_old/examples/mnist/models/mnist/mnist_model.state_dict rename to ggml/examples/mnist/models/mnist/mnist_model.state_dict diff --git a/ggml_old/examples/mnist/models/mnist/t10k-images.idx3-ubyte b/ggml/examples/mnist/models/mnist/t10k-images.idx3-ubyte similarity index 100% rename from ggml_old/examples/mnist/models/mnist/t10k-images.idx3-ubyte rename to ggml/examples/mnist/models/mnist/t10k-images.idx3-ubyte diff --git a/ggml_old/examples/mnist/web/index.html b/ggml/examples/mnist/web/index.html similarity index 100% rename from ggml_old/examples/mnist/web/index.html rename to ggml/examples/mnist/web/index.html diff --git a/ggml_old/examples/mpt/CMakeLists.txt b/ggml/examples/mpt/CMakeLists.txt similarity index 100% rename from ggml_old/examples/mpt/CMakeLists.txt rename to ggml/examples/mpt/CMakeLists.txt diff --git a/ggml_old/examples/mpt/convert-h5-to-ggml.py b/ggml/examples/mpt/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/mpt/convert-h5-to-ggml.py rename to ggml/examples/mpt/convert-h5-to-ggml.py diff --git a/ggml_old/examples/mpt/main.cpp b/ggml/examples/mpt/main.cpp similarity index 100% rename from ggml_old/examples/mpt/main.cpp rename to ggml/examples/mpt/main.cpp diff --git a/ggml_old/examples/mpt/quantize.cpp b/ggml/examples/mpt/quantize.cpp similarity index 100% rename from ggml_old/examples/mpt/quantize.cpp rename to ggml/examples/mpt/quantize.cpp diff --git a/ggml_old/examples/replit/CMakeLists.txt b/ggml/examples/replit/CMakeLists.txt similarity index 100% rename from ggml_old/examples/replit/CMakeLists.txt rename to ggml/examples/replit/CMakeLists.txt diff --git a/ggml_old/examples/replit/convert-h5-to-ggml.py b/ggml/examples/replit/convert-h5-to-ggml.py similarity index 100% rename from ggml_old/examples/replit/convert-h5-to-ggml.py rename to ggml/examples/replit/convert-h5-to-ggml.py diff --git a/ggml_old/examples/replit/main.cpp b/ggml/examples/replit/main.cpp similarity index 100% rename from ggml_old/examples/replit/main.cpp rename to ggml/examples/replit/main.cpp diff --git a/ggml_old/examples/replit/quantize.cpp b/ggml/examples/replit/quantize.cpp similarity index 100% rename from ggml_old/examples/replit/quantize.cpp rename to ggml/examples/replit/quantize.cpp diff --git a/ggml_old/examples/starcoder/CMakeLists.txt b/ggml/examples/starcoder/CMakeLists.txt similarity index 100% rename from ggml_old/examples/starcoder/CMakeLists.txt rename to ggml/examples/starcoder/CMakeLists.txt diff --git a/ggml_old/examples/starcoder/README.md b/ggml/examples/starcoder/README.md similarity index 100% rename from ggml_old/examples/starcoder/README.md rename to ggml/examples/starcoder/README.md diff --git a/ggml_old/examples/starcoder/convert-hf-to-ggml.py b/ggml/examples/starcoder/convert-hf-to-ggml.py similarity index 100% rename from ggml_old/examples/starcoder/convert-hf-to-ggml.py rename to ggml/examples/starcoder/convert-hf-to-ggml.py diff --git a/ggml_old/examples/starcoder/main.cpp b/ggml/examples/starcoder/main.cpp similarity index 100% rename from ggml_old/examples/starcoder/main.cpp rename to ggml/examples/starcoder/main.cpp diff --git a/ggml_old/examples/starcoder/quantize.cpp b/ggml/examples/starcoder/quantize.cpp similarity index 100% rename from ggml_old/examples/starcoder/quantize.cpp rename to ggml/examples/starcoder/quantize.cpp diff --git a/ggml_old/examples/whisper/CMakeLists.txt b/ggml/examples/whisper/CMakeLists.txt similarity index 100% rename from ggml_old/examples/whisper/CMakeLists.txt rename to ggml/examples/whisper/CMakeLists.txt diff --git a/ggml_old/examples/whisper/README.md b/ggml/examples/whisper/README.md similarity index 100% rename from ggml_old/examples/whisper/README.md rename to ggml/examples/whisper/README.md diff --git a/ggml_old/examples/whisper/convert-pt-to-ggml.py b/ggml/examples/whisper/convert-pt-to-ggml.py similarity index 100% rename from ggml_old/examples/whisper/convert-pt-to-ggml.py rename to ggml/examples/whisper/convert-pt-to-ggml.py diff --git a/ggml_old/examples/whisper/main.cpp b/ggml/examples/whisper/main.cpp similarity index 100% rename from ggml_old/examples/whisper/main.cpp rename to ggml/examples/whisper/main.cpp diff --git a/ggml_old/examples/whisper/quantize.cpp b/ggml/examples/whisper/quantize.cpp similarity index 100% rename from ggml_old/examples/whisper/quantize.cpp rename to ggml/examples/whisper/quantize.cpp diff --git a/ggml_old/examples/whisper/whisper.cpp b/ggml/examples/whisper/whisper.cpp similarity index 100% rename from ggml_old/examples/whisper/whisper.cpp rename to ggml/examples/whisper/whisper.cpp diff --git a/ggml_old/examples/whisper/whisper.h b/ggml/examples/whisper/whisper.h similarity index 100% rename from ggml_old/examples/whisper/whisper.h rename to ggml/examples/whisper/whisper.h diff --git a/ggml_old/include/ggml/ggml.h b/ggml/include/ggml/ggml.h similarity index 100% rename from ggml_old/include/ggml/ggml.h rename to ggml/include/ggml/ggml.h diff --git a/ggml_old/scripts/sync-llama.sh b/ggml/scripts/sync-llama.sh similarity index 100% rename from ggml_old/scripts/sync-llama.sh rename to ggml/scripts/sync-llama.sh diff --git a/ggml_old/scripts/sync-whisper.sh b/ggml/scripts/sync-whisper.sh similarity index 100% rename from ggml_old/scripts/sync-whisper.sh rename to ggml/scripts/sync-whisper.sh diff --git a/ggml_old/src/CMakeLists.txt b/ggml/src/CMakeLists.txt similarity index 100% rename from ggml_old/src/CMakeLists.txt rename to ggml/src/CMakeLists.txt diff --git a/ggml_old/src/ggml-cuda.cu b/ggml/src/ggml-cuda.cu similarity index 100% rename from ggml_old/src/ggml-cuda.cu rename to ggml/src/ggml-cuda.cu diff --git a/ggml_old/src/ggml-cuda.h b/ggml/src/ggml-cuda.h similarity index 100% rename from ggml_old/src/ggml-cuda.h rename to ggml/src/ggml-cuda.h diff --git a/ggml_old/src/ggml-opencl.c b/ggml/src/ggml-opencl.c similarity index 100% rename from ggml_old/src/ggml-opencl.c rename to ggml/src/ggml-opencl.c diff --git a/ggml_old/src/ggml-opencl.h b/ggml/src/ggml-opencl.h similarity index 100% rename from ggml_old/src/ggml-opencl.h rename to ggml/src/ggml-opencl.h diff --git a/ggml_old/src/ggml.c b/ggml/src/ggml.c similarity index 100% rename from ggml_old/src/ggml.c rename to ggml/src/ggml.c diff --git a/ggml_old/tests/CMakeLists.txt b/ggml/tests/CMakeLists.txt similarity index 100% rename from ggml_old/tests/CMakeLists.txt rename to ggml/tests/CMakeLists.txt diff --git a/ggml_old/tests/test-blas0.c b/ggml/tests/test-blas0.c similarity index 100% rename from ggml_old/tests/test-blas0.c rename to ggml/tests/test-blas0.c diff --git a/ggml_old/tests/test-grad0.c b/ggml/tests/test-grad0.c similarity index 100% rename from ggml_old/tests/test-grad0.c rename to ggml/tests/test-grad0.c diff --git a/ggml_old/tests/test-mul-mat0.c b/ggml/tests/test-mul-mat0.c similarity index 100% rename from ggml_old/tests/test-mul-mat0.c rename to ggml/tests/test-mul-mat0.c diff --git a/ggml_old/tests/test-mul-mat1.c b/ggml/tests/test-mul-mat1.c similarity index 100% rename from ggml_old/tests/test-mul-mat1.c rename to ggml/tests/test-mul-mat1.c diff --git a/ggml_old/tests/test-mul-mat2.c b/ggml/tests/test-mul-mat2.c similarity index 100% rename from ggml_old/tests/test-mul-mat2.c rename to ggml/tests/test-mul-mat2.c diff --git a/ggml_old/tests/test-opt.c b/ggml/tests/test-opt.c similarity index 100% rename from ggml_old/tests/test-opt.c rename to ggml/tests/test-opt.c diff --git a/ggml_old/tests/test-svd0.c b/ggml/tests/test-svd0.c similarity index 100% rename from ggml_old/tests/test-svd0.c rename to ggml/tests/test-svd0.c diff --git a/ggml_old/tests/test-vec0.c b/ggml/tests/test-vec0.c similarity index 100% rename from ggml_old/tests/test-vec0.c rename to ggml/tests/test-vec0.c diff --git a/ggml_old/tests/test-vec1.c b/ggml/tests/test-vec1.c similarity index 100% rename from ggml_old/tests/test-vec1.c rename to ggml/tests/test-vec1.c diff --git a/ggml_old/tests/test-vec2.c b/ggml/tests/test-vec2.c similarity index 100% rename from ggml_old/tests/test-vec2.c rename to ggml/tests/test-vec2.c diff --git a/ggml_old/tests/test0.c b/ggml/tests/test0.c similarity index 100% rename from ggml_old/tests/test0.c rename to ggml/tests/test0.c diff --git a/ggml_old/tests/test1.c b/ggml/tests/test1.c similarity index 100% rename from ggml_old/tests/test1.c rename to ggml/tests/test1.c diff --git a/ggml_old/tests/test2.c b/ggml/tests/test2.c similarity index 100% rename from ggml_old/tests/test2.c rename to ggml/tests/test2.c diff --git a/ggml_old/tests/test3.c b/ggml/tests/test3.c similarity index 100% rename from ggml_old/tests/test3.c rename to ggml/tests/test3.c