Commit 7d78e75
committed
feat: update llama.cpp to ggml-org/llama.cpp@f05cf4676
1 parent 65b50ca commit 7d78e75
3 files changed
Lines changed: 57 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
596 | 601 | | |
597 | 602 | | |
598 | 603 | | |
599 | | - | |
| 604 | + | |
600 | 605 | | |
601 | 606 | | |
602 | 607 | | |
| |||
618 | 623 | | |
619 | 624 | | |
620 | 625 | | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
621 | 675 | | |
622 | 676 | | |
623 | 677 | | |
| |||
- .github/workflows/release.yml+8-7
- .github/workflows/ui-build-self-hosted.yml-7
- .github/workflows/ui-build.yml+1-12
- .github/workflows/ui-publish.yml+6
- common/arg.cpp+7
- common/common.h+1
- common/fit.cpp+29-6
- common/fit.h+10-4
- common/jinja/runtime.cpp+2-2
- common/jinja/value.cpp+26-7
- docs/ops.md+31-31
- docs/ops/Vulkan.csv+7.2k-4.2k
- ggml/src/ggml-vulkan/ggml-vulkan.cpp+107-56
- ggml/src/ggml-vulkan/vulkan-shaders/abs.comp-21
- ggml/src/ggml-vulkan/vulkan-shaders/ceil.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/diag.comp+3-3
- ggml/src/ggml-vulkan/vulkan-shaders/elu.comp-27
- ggml/src/ggml-vulkan/vulkan-shaders/exp.comp-20
- ggml/src/ggml-vulkan/vulkan-shaders/floor.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/gelu.comp-25
- ggml/src/ggml-vulkan/vulkan-shaders/gelu_erf.comp-39
- ggml/src/ggml-vulkan/vulkan-shaders/gelu_quick.comp-23
- ggml/src/ggml-vulkan/vulkan-shaders/generic_unary_head.glsl+21-19
- ggml/src/ggml-vulkan/vulkan-shaders/glu_head.glsl+23-4
- ggml/src/ggml-vulkan/vulkan-shaders/glu_main.glsl+14-18
- ggml/src/ggml-vulkan/vulkan-shaders/hardsigmoid.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/hardswish.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/neg.comp-20
- ggml/src/ggml-vulkan/vulkan-shaders/relu.comp-21
- ggml/src/ggml-vulkan/vulkan-shaders/repeat_back.comp+3-3
- ggml/src/ggml-vulkan/vulkan-shaders/roll.comp+3-3
- ggml/src/ggml-vulkan/vulkan-shaders/round.comp-29
- ggml/src/ggml-vulkan/vulkan-shaders/sgn.comp-21
- ggml/src/ggml-vulkan/vulkan-shaders/sigmoid.comp-20
- ggml/src/ggml-vulkan/vulkan-shaders/silu.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/softplus.comp-23
- ggml/src/ggml-vulkan/vulkan-shaders/step.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/tanh.comp-20
- ggml/src/ggml-vulkan/vulkan-shaders/tri.comp+3-3
- ggml/src/ggml-vulkan/vulkan-shaders/trunc.comp-22
- ggml/src/ggml-vulkan/vulkan-shaders/unary.comp+144
- ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp+44-42
- ggml/src/ggml-vulkan/vulkan-shaders/xielu.comp-35
- scripts/ui-assets.cmake+85-197
- tests/test-jinja.cpp+24
- tools/mtmd/clip-graph.h+4
- tools/mtmd/clip.cpp+54-23
- tools/mtmd/clip.h+5-3
- tools/mtmd/models/gemma4v.cpp+11-9
- tools/mtmd/models/models.h+1
- tools/mtmd/mtmd-helper.h+8-5
- tools/mtmd/mtmd.cpp+289-59
- tools/mtmd/mtmd.h+36-4
- tools/server/server-common.cpp+11-3
- tools/server/server-common.h+4
- tools/server/server-context.cpp+109-19
- tools/server/server-http.cpp+58-201
- tools/ui/CMakeLists.txt+3-1
- tools/ui/embed.cpp+172-28
- tools/ui/scripts/vite-plugin-build-info.ts+1-2
0 commit comments