Skip to content

Commit

Permalink
Merge pull request #16 from utilityai/update-llama-cpp-2024-01-12
Browse files Browse the repository at this point in the history
updated llama.cpp
  • Loading branch information
MarcusDunn authored Jan 12, 2024
2 parents cb82baa + b323968 commit 0ef2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-cpp-sys-2/llama.cpp
Submodule llama.cpp updated 52 files
+1 −1 .devops/nix/package.nix
+1 −1 .github/workflows/nix-flake-update.yml
+1 −0 .gitignore
+11 −5 CMakeLists.txt
+4 −1 Makefile
+2 −2 Package.swift
+3 −0 README.md
+26 −0 common/common.cpp
+3 −1 common/common.h
+675 −312 convert.py
+1 −0 examples/CMakeLists.txt
+61 −0 examples/base-translate.sh
+1 −0 examples/batched/batched.cpp
+0 −6 examples/finetune/finetune.cpp
+31 −3 examples/llama-bench/llama-bench.cpp
+9 −4 examples/llama.swiftui/README.md
+2 −5 examples/llama.swiftui/llama.cpp.swift/LibLlama.swift
+0 −5 examples/llama.swiftui/llama.cpp.swift/bridging-header.h
+22 −70 examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj
+0 −11 examples/llama.swiftui/llama.swiftui/Assets.xcassets/AccentColor.colorset/Contents.json
+0 −6 examples/llama.swiftui/llama.swiftui/Preview Content/Preview Assets.xcassets/Contents.json
+2 −0 examples/llama.swiftui/llama.swiftui/UI/ContentView.swift
+44 −0 examples/llama.swiftui/llama.swiftui/UI/LoadCustomButton.swift
+24 −38 examples/llava/clip.cpp
+3 −0 examples/llava/llava-cli.cpp
+66 −23 examples/main/main.cpp
+5 −0 examples/passkey/CMakeLists.txt
+12 −0 examples/passkey/README.md
+296 −0 examples/passkey/passkey.cpp
+1 −0 examples/quantize/quantize.cpp
+43 −28 examples/server/README.md
+187 −113 examples/server/server.cpp
+1 −1 ggml-backend-impl.h
+7 −3 ggml-backend.c
+1 −1 ggml-backend.h
+758 −39 ggml-cuda.cu
+1 −0 ggml-impl.h
+1 −1 ggml-metal.h
+86 −7 ggml-metal.m
+692 −8 ggml-metal.metal
+635 −1 ggml-quants.c
+25 −1 ggml-quants.h
+77 −52 ggml.c
+8 −11 ggml.h
+71 −22 llama.cpp
+14 −0 llama.h
+356 −0 scripts/compare-llama-bench.py
+70 −0 scripts/get-pg.sh
+1 −1 scripts/sync-ggml.last
+0 −1 spm-headers/ggml.h
+24 −5 tests/test-backend-ops.cpp
+6 −0 tests/test-quantize-fns.cpp

0 comments on commit 0ef2e16

Please sign in to comment.