summaryrefslogtreecommitdiff
path: root/examples/speculative
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-11-29 11:00:17 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2023-11-29 11:00:17 +0200
commit1f5cd83275fabb43f2ae92c30033b384a3eb37b4 (patch)
treed1a654c16c5752910561950aed98e3d5ce64c6a0 /examples/speculative
parent4fea3420ee3918d125d74c94d962a6ea82875351 (diff)
examples : add readme files
Diffstat (limited to 'examples/speculative')
-rw-r--r--examples/speculative/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/speculative/README.md b/examples/speculative/README.md
new file mode 100644
index 00000000..d88fd379
--- /dev/null
+++ b/examples/speculative/README.md
@@ -0,0 +1,8 @@
+# llama.cpp/examples/speculative
+
+Demonstartion of speculative decoding and tree-based speculative decoding techniques
+
+More info:
+
+- https://github.com/ggerganov/llama.cpp/pull/2926
+- https://github.com/ggerganov/llama.cpp/pull/3624