]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : change ggml_scale to take a float instead of tensor (#4573)
authorGeorgi Gerganov <redacted>
Thu, 21 Dec 2023 21:20:49 +0000 (23:20 +0200)
committerGitHub <redacted>
Thu, 21 Dec 2023 21:20:49 +0000 (23:20 +0200)
commitafefa319f1f59b002dfa0d1ef407a2c74bd9770b
treea6923e0a6214293d88957cd11e25943f2c0fb80a
parent769a7bc85eaa44e3d7eadf39abfeff7bb0b9cc2f
ggml : change ggml_scale to take a float instead of tensor (#4573)

* ggml : change ggml_scale to take a float instead of tensor

* ggml : fix CPU implementation

* tests : fix test-grad0

ggml-ci
12 files changed:
examples/baby-llama/baby-llama.cpp
examples/export-lora/export-lora.cpp
examples/finetune/finetune.cpp
examples/llava/clip.cpp
examples/train-text-from-scratch/train-text-from-scratch.cpp
ggml-cuda.cu
ggml-metal.m
ggml.c
ggml.h
llama.cpp
tests/test-backend-ops.cpp
tests/test-grad0.cpp