From a12df762a091678ca811986d9c329a0df285f93b Mon Sep 17 00:00:00 2001 From: kingbri Date: Tue, 21 May 2024 23:35:29 -0400 Subject: [PATCH] Textgen: Add speculative_ngram for TabbyAPI Speculative ngram allows for a different method of speculative decoding. Using a draft model is still preferred. Signed-off-by: kingbri --- public/index.html | 7 +++++++ public/scripts/textgen-settings.js | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/public/index.html b/public/index.html index d67c78a71..016147616 100644 --- a/public/index.html +++ b/public/index.html @@ -1405,6 +1405,13 @@
+