mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
llama.cpp: Add speculative decoding (#6891)
This commit is contained in:
parent
9424ba17c8
commit
e99c20bcb0
7 changed files with 61 additions and 2 deletions
|
|
@ -1291,3 +1291,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.dark .footer-button:hover svg {
|
||||
stroke: rgb(209 213 219);
|
||||
}
|
||||
|
||||
.tgw-accordion {
|
||||
padding: 10px 12px !important;
|
||||
}
|
||||
|
||||
.dark .tgw-accordion {
|
||||
border: 1px solid var(--border-color-dark);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue