Skip to content

Commit

Permalink
try pipoint older llama.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Oct 7, 2023
1 parent 425d18a commit aecb7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Submodule llama.cpp updated 62 files
+0 −3 .dockerignore
+10 −33 .github/workflows/build.yml
+1 −5 .gitignore
+43 −64 CMakeLists.txt
+23 −62 Makefile
+3 −10 Package.swift
+16 −21 README.md
+8 −16 common/common.cpp
+0 −2 common/common.h
+37 −37 common/log.h
+2 −8 convert-baichuan-hf-to-gguf.py
+103 −78 convert-falcon-hf-to-gguf.py
+51 −12 convert-gptneox-hf-to-gguf.py
+0 −130 convert-persimmon-to-gguf.py
+0 −318 convert-refact-hf-to-gguf.py
+52 −12 convert-starcoder-hf-to-gguf.py
+22 −7 convert.py
+6 −7 examples/baby-llama/baby-llama.cpp
+4 −4 examples/chat-persistent.sh
+1 −1 examples/finetune/README.md
+1 −1 examples/finetune/convert-finetune-checkpoint-to-gguf.py
+3 −6 examples/finetune/finetune.cpp
+0 −8 examples/infill/CMakeLists.txt
+0 −41 examples/infill/README.md
+0 −769 examples/infill/infill.cpp
+1 −1 examples/jeopardy/README.md
+2 −2 examples/llama-bench/llama-bench.cpp
+0 −10 examples/main-cmake-pkg/CMakeLists.txt
+6 −8 examples/main/main.cpp
+6 −52 examples/parallel/parallel.cpp
+0 −1 examples/quantize/quantize.cpp
+2 −14 examples/server/README.md
+92 −222 examples/server/server.cpp
+3 −3 examples/speculative/speculative.cpp
+1 −1 examples/train-text-from-scratch/convert-train-checkpoint-to-gguf.py
+4 −5 examples/train-text-from-scratch/train-text-from-scratch.cpp
+1 −1 flake.nix
+72 −122 ggml-cuda.cu
+45 −86 ggml-metal.m
+2 −72 ggml-metal.metal
+53 −119 ggml-opencl.cpp
+479 −892 ggml.c
+2 −23 ggml.h
+149 −293 gguf-py/gguf/gguf.py
+1 −1 gguf-py/pyproject.toml
+2 −744 k_quants.c
+376 −1,564 llama.cpp
+6 −22 llama.h
+ models/ggml-vocab-aquila.gguf
+ models/ggml-vocab-falcon.gguf
+4 −4 pocs/vdot/q8dot.cpp
+0 −49 prompts/LLM-questions.txt
+0 −43 prompts/parallel-questions.txt
+0 −2 scripts/LlamaConfig.cmake.in
+5 −4 tests/CMakeLists.txt
+23 −3 tests/test-grad0.cpp
+31 −2 tests/test-opt.cpp
+15 −14 tests/test-quantize-perf.cpp
+1 −8 tests/test-tokenizer-0-falcon.cpp
+0 −113 tests/test-tokenizer-1-bpe.cpp
+26 −3 tests/test-tokenizer-1-llama.cpp
+0 −462 unicode.h

0 comments on commit aecb7e2

Please sign in to comment.