]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sync : llama.cpp (training, refactoring) (#548)
authorGeorgi Gerganov <redacted>
Wed, 4 Oct 2023 12:53:05 +0000 (15:53 +0300)
committerGitHub <redacted>
Wed, 4 Oct 2023 12:53:05 +0000 (15:53 +0300)
commitef336850d5bfe8237ebca1ec82cdfb97d78baff1
treed54f262320bc54dbc806af9e212e12afb5505b8b
parent043251ca824d82e288ddb155984ef18b28c71faa
sync : llama.cpp (training, refactoring) (#548)

* sync : llama.cpp (training, refactoring)

* examples : fix ggml_rope

* ggml : better optimizer cancel handling

ggml-ci

* ggml : fix UBs

ggml-ci

* ggml : add TODO for refactoring the opt cancellation
23 files changed:
CMakeLists.txt
examples/dolly-v2/main.cpp
examples/gpt-j/main.cpp
examples/gpt-neox/main.cpp
include/ggml/ggml-alloc.h
include/ggml/ggml.h
src/ggml-alloc.c
src/ggml-cuda.cu
src/ggml-cuda.h
src/ggml-metal.h
src/ggml-metal.m
src/ggml-metal.metal
src/ggml-opencl.cpp
src/ggml.c
tests/test-blas0.c
tests/test-grad0.cpp
tests/test-mul-mat1.c
tests/test-opt.cpp
tests/test-quantize-fns.cpp
tests/test-quantize-perf.cpp
tests/test-svd0.c
tests/test-vec2.c
tests/test-xpos.c