llama_cpp_for_radxa_dragon_.../examples
Qingyou Meng 1d656d6360
ggml : change ggml_graph_compute() API to not require context (#1999)
* ggml_graph_compute: deprecate using ggml_context, try resolve issue #287

* rewrite: no longer consider backward compitability; plan and make_plan

* minor: rename ctx as plan; const

* remove ggml_graph_compute from tests/test-grad0.c, but current change breaks backward

* add static ggml_graph_compute_sugar()

* minor: update comments

* reusable buffers

* ggml : more consistent naming + metal fixes

* ggml : fix docs

* tests : disable grad / opt + minor naming changes

* ggml : add ggml_graph_compute_with_ctx()

- backwards compatible API
- deduplicates a lot of copy-paste

* ci : enable test-grad0

* examples : factor out plan allocation into a helper function

* llama : factor out plan stuff into a helper function

* ci : fix env

* llama : fix duplicate symbols + refactor example benchmark

* ggml : remove obsolete assert + refactor n_tasks section

* ggml : fix indentation in switch

* llama : avoid unnecessary bool

* ggml : remove comments from source file and match order in header

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-07-07 19:24:01 +03:00
..
baby-llama ggml : change ggml_graph_compute() API to not require context (#1999) 2023-07-07 19:24:01 +03:00
benchmark ggml : change ggml_graph_compute() API to not require context (#1999) 2023-07-07 19:24:01 +03:00
embd-input
embedding convert : update for baichuan (#2081) 2023-07-06 19:23:49 +03:00
jeopardy
main convert : update for baichuan (#2081) 2023-07-06 19:23:49 +03:00
metal ggml : change ggml_graph_compute() API to not require context (#1999) 2023-07-07 19:24:01 +03:00
perplexity convert : update for baichuan (#2081) 2023-07-06 19:23:49 +03:00
quantize
quantize-stats ggml : generalize quantize_fns for simpler FP16 handling (#1237) 2023-07-05 19:13:06 +03:00
save-load-state
server convert : update for baichuan (#2081) 2023-07-06 19:23:49 +03:00
simple
train-text-from-scratch ggml : change ggml_graph_compute() API to not require context (#1999) 2023-07-07 19:24:01 +03:00
alpaca.sh alpaca.sh : update model file name (#2074) 2023-07-06 19:17:50 +03:00
chat-13B.bat
chat-13B.sh
chat-persistent.sh
chat-vicuna.sh
chat.sh
CMakeLists.txt
common.cpp
common.h
gpt4all.sh
Miku.sh
reason-act.sh