Skip to content

Commit

Permalink
Update submodule to latest release b2985 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jan-service-account and github-actions[bot] authored May 24, 2024
1 parent 6560112 commit 7647191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 60 files
+5 −0 .github/labeler.yml
+0 −29 .github/workflows/zig-build.yml
+6 −5 CMakeLists.txt
+0 −4 Makefile
+2 −0 README.md
+0 −172 build.zig
+176 −39 ci/run.sh
+714 −774 common/common.cpp
+46 −42 common/common.h
+82 −1 common/sampling.cpp
+5 −0 common/sampling.h
+1 −1 common/train.cpp
+38 −0 convert-hf-to-gguf.py
+1 −1 examples/batched/batched.cpp
+2 −2 examples/embedding/embedding.cpp
+2 −2 examples/eval-callback/eval-callback.cpp
+2 −1 examples/finetune/finetune.cpp
+2 −2 examples/imatrix/imatrix.cpp
+8 −8 examples/infill/infill.cpp
+2 −2 examples/llama-bench/llama-bench.cpp
+1 −1 examples/llava/llava-cli.cpp
+1 −1 examples/lookahead/lookahead.cpp
+1 −1 examples/lookup/lookup.cpp
+11 −11 examples/main/main.cpp
+1 −1 examples/parallel/parallel.cpp
+7 −7 examples/perplexity/perplexity.cpp
+1 −1 examples/quantize/quantize.cpp
+2 −2 examples/retrieval/retrieval.cpp
+52 −0 examples/server/public_simplechat/index.html
+81 −0 examples/server/public_simplechat/readme.md
+61 −0 examples/server/public_simplechat/simplechat.css
+478 −0 examples/server/public_simplechat/simplechat.js
+5 −5 examples/server/server.cpp
+2 −1 examples/train-text-from-scratch/train-text-from-scratch.cpp
+0 −54 ggml-common.h
+0 −138 ggml-cuda/convert.cu
+0 −151 ggml-cuda/dmmv.cu
+5 −1 ggml-cuda/fattn-tile-f16.cu
+6 −6 ggml-cuda/fattn-tile-f32.cu
+6 −2 ggml-cuda/fattn-vec-f16.cu
+6 −2 ggml-cuda/fattn-vec-f32.cu
+0 −6 ggml-cuda/mmq.cu
+2 −2 ggml-cuda/rope.cu
+0 −126 ggml-cuda/vecdotq.cuh
+0 −17 ggml-metal.m
+7 −393 ggml-metal.metal
+1 −1 ggml-opencl.cpp
+1,726 −4,376 ggml-quants.c
+2 −470 ggml-sycl.cpp
+606 −537 ggml-vulkan-shaders.hpp
+168 −91 ggml-vulkan.cpp
+22 −686 ggml.c
+2 −18 ggml.h
+5 −2 ggml_vk_generate_shaders.py
+1 −2 gguf-py/gguf/constants.py
+347 −123 llama.cpp
+6 −0 llama.h
+26 −15 tests/test-backend-ops.cpp
+16 −4 tests/test-chat-template.cpp
+43 −83 tests/test-grad0.cpp

0 comments on commit 7647191

Please sign in to comment.