Skip to content

Commit

Permalink
chore: bump llama.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <thxcode0824@gmail.com>
  • Loading branch information
thxCode committed Jul 4, 2024
1 parent 2148efe commit 62b44e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 64 files
+0 −2 .github/ISSUE_TEMPLATE/config.yml
+6 −0 Makefile
+1 −1 common/common.cpp
+0 −1 common/common.h
+5 −1 convert-hf-to-gguf-update.py
+97 −1 convert-hf-to-gguf.py
+0 −1 examples/embedding/README.md
+0 −1 examples/infill/infill.cpp
+0 −1 examples/lookup/README.md
+0 −1 examples/main-cmake-pkg/.gitignore
+0 −1 examples/main-cmake-pkg/CMakeLists.txt
+6 −3 examples/perplexity/perplexity.cpp
+0 −1 examples/server-embd.py
+0 −1 examples/server/tests/features/passkey.feature
+0 −1 examples/server/themes/buttons-top/index.html
+0 −1 examples/server/themes/wild/index.html
+0 −1 examples/sycl/run-llama2.sh
+0 −1 examples/sycl/win-build-sycl.bat
+0 −2 examples/sycl/win-run-llama2.bat
+0 −1 ggml/include/ggml-metal.h
+4 −0 ggml/src/ggml-cuda/common.cuh
+0 −1 ggml/src/ggml-cuda/cpy.cu
+7 −3 ggml/src/ggml-cuda/mmq.cuh
+0 −1 ggml/src/ggml-metal.metal
+0 −1 ggml/src/ggml-quants.h
+6 −0 ggml/src/ggml-sycl/common.hpp
+5 −2 ggml/src/ggml-sycl/convert.cpp
+19 −11 ggml/src/ggml-sycl/dequantize.hpp
+3 −3 ggml/src/ggml-sycl/dpct/helper.hpp
+0 −1 ggml/src/ggml-vulkan-shaders.hpp
+1 −1 ggml/src/ggml.c
+14 −0 gguf-py/gguf/constants.py
+10 −9 gguf-py/gguf/tensor_mapping.py
+1 −0 include/llama.h
+4 −0 models/ggml-vocab-bert-bge.gguf.inp
+2 −0 models/ggml-vocab-bert-bge.gguf.out
+4 −0 models/ggml-vocab-command-r.gguf.inp
+2 −0 models/ggml-vocab-command-r.gguf.out
+4 −0 models/ggml-vocab-deepseek-coder.gguf.inp
+2 −0 models/ggml-vocab-deepseek-coder.gguf.out
+4 −0 models/ggml-vocab-deepseek-llm.gguf.inp
+2 −0 models/ggml-vocab-deepseek-llm.gguf.out
+4 −0 models/ggml-vocab-falcon.gguf.inp
+2 −0 models/ggml-vocab-falcon.gguf.out
+4 −0 models/ggml-vocab-gpt-2.gguf.inp
+2 −0 models/ggml-vocab-gpt-2.gguf.out
+4 −2 models/ggml-vocab-llama-bpe.gguf.inp
+2 −1 models/ggml-vocab-llama-bpe.gguf.out
+4 −0 models/ggml-vocab-llama-spm.gguf.inp
+2 −0 models/ggml-vocab-llama-spm.gguf.out
+4 −0 models/ggml-vocab-mpt.gguf.inp
+2 −0 models/ggml-vocab-mpt.gguf.out
+4 −0 models/ggml-vocab-phi-3.gguf.inp
+2 −0 models/ggml-vocab-phi-3.gguf.out
+4 −0 models/ggml-vocab-qwen2.gguf.inp
+2 −0 models/ggml-vocab-qwen2.gguf.out
+4 −0 models/ggml-vocab-refact.gguf.inp
+2 −0 models/ggml-vocab-refact.gguf.out
+4 −0 models/ggml-vocab-starcoder.gguf.inp
+2 −0 models/ggml-vocab-starcoder.gguf.out
+0 −1 scripts/pod-llama.sh
+169 −0 src/llama.cpp
+0 −1 src/unicode-data.cpp
+0 −1 tests/test-rope.cpp

0 comments on commit 62b44e8

Please sign in to comment.