2 files changed
+7
-6
lines changedSubmodule llama.cpp-mainline updated 51 files
- .flake8+2
- .gitignore+5
- .pre-commit-config.yaml+15
- CMakeLists.txt+68-10
- Makefile+20-8
- Package.swift+1
- README.md+70-10
- build.zig+44-47
- convert.py+89-32
- examples/CMakeLists.txt+2
- examples/baby-llama/baby-llama.cpp+16-7
- examples/benchmark/benchmark-matmult.cpp+7-3
- examples/chat-vicuna.sh+41
- examples/common.cpp+36-11
- examples/common.h+11-9
- examples/embedding/embedding.cpp+8-2
- examples/jeopardy/graph.py+4-3
- examples/main/README.md+1
- examples/main/main.cpp+20-3
- examples/metal/metal.cpp+4-2
- examples/perplexity/perplexity.cpp+8-2
- examples/quantize-stats/quantize-stats.cpp+17-2
- examples/save-load-state/save-load-state.cpp+26-5
- examples/server/CMakeLists.txt+4
- examples/server/README.md+98-220
- examples/server/chat.mjs+89
- examples/server/chat.sh+77
- examples/server/server.cpp+901-716
- examples/simple/CMakeLists.txt+7
- examples/simple/simple.cpp+179
- examples/train-text-from-scratch/CMakeLists.txt+4
- examples/train-text-from-scratch/README.md+22
- examples/train-text-from-scratch/train-text-from-scratch.cpp+3.4k
- flake.nix+39-24
- ggml-cuda.cu+1.2k-391
- ggml-cuda.h+2
- ggml-metal.h+5-1
- ggml-metal.m+688-600
- ggml-opencl.cpp+493-4
- ggml.c+3.1k-489
- ggml.h+325-13
- llama.cpp+316-118
- llama.h+50-15
- pocs/vdot/vdot.cpp+4
- scripts/verify-checksum-models.py+3-1
- spm-headers/ggml.h+1
- tests/test-grad0.c+79-1
- tests/test-quantize-fns.cpp+9-6
- tests/test-quantize-perf.cpp+4
- tests/test-sampling.cpp+17-16
- tests/test-tokenizer-0.cpp+16-2
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
517 | 517 |
| |
518 | 518 |
| |
519 | 519 |
| |
| 520 | + | |
520 | 521 |
| |
521 | 522 |
| |
522 | 523 |
| |
523 | 524 |
| |
524 | 525 |
| |
525 | 526 |
| |
526 | 527 |
| |
527 |
| - | |
| 528 | + | |
528 | 529 |
| |
529 |
| - | |
530 |
| - | |
531 |
| - | |
532 |
| - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
533 | 534 |
| |
534 | 535 |
| |
535 | 536 |
| |
|
0 commit comments