Commit 822146b
authored
feat: update llama.cpp to e3a74b299 (abetlen#2310)
1 parent 824565a commit 822146b
3 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
860 | 866 | | |
861 | 867 | | |
862 | 868 | | |
863 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
864 | 872 | | |
865 | 873 | | |
866 | 874 | | |
| |||
872 | 880 | | |
873 | 881 | | |
874 | 882 | | |
| 883 | + | |
| 884 | + | |
875 | 885 | | |
876 | 886 | | |
877 | 887 | | |
| |||
884 | 894 | | |
885 | 895 | | |
886 | 896 | | |
| 897 | + | |
| 898 | + | |
887 | 899 | | |
888 | 900 | | |
889 | 901 | | |
| |||
- .devops/intel.Dockerfile+3-2
- README.md+1-1
- common/chat-auto-parser-generator.cpp+6-2
- common/chat-auto-parser.h+1
- common/chat-diff-analyzer.cpp+8
- common/chat-peg-parser.cpp+17-8
- common/chat-peg-parser.h+4-2
- common/chat.cpp+3-2
- common/peg-parser.cpp+22-2
- docs/backend/SYCL.md+12-10
- docs/install.md+30-2
- docs/ops.md+4-4
- docs/ops/SYCL.csv+37-35
- ggml/src/ggml-sycl/binbcast.cpp+7
- ggml/src/ggml-sycl/concat.cpp+21-1
- ggml/src/ggml-sycl/dmmv.cpp+133-1
- ggml/src/ggml-sycl/element_wise.cpp+25-51
- ggml/src/ggml-sycl/element_wise.hpp+2
- ggml/src/ggml-sycl/ggml-sycl.cpp+205-14
- ggml/src/ggml-sycl/mmvq.cpp+115
- ggml/src/ggml-sycl/mmvq.hpp+17
- ggml/src/ggml-vulkan/ggml-vulkan.cpp+98-12
- ggml/src/ggml-vulkan/vulkan-shaders/col2im_1d.comp+61
- ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp+7-3
- tests/peg-parser/test-gbnf-generation.cpp+1-1
- tests/test-backend-ops.cpp+3-3
- tests/test-chat.cpp+75-2
- tools/llama-bench/llama-bench.cpp+7
- tools/mtmd/mtmd-helper.cpp+18-3
- tools/mtmd/mtmd-helper.h+5-1
- tools/mtmd/mtmd.cpp+8-9
- tools/server/bench/bench.py+3
- tools/server/server-common.cpp-31
- tools/server/server-common.h-9
- tools/server/server-context.cpp+27-77
0 commit comments