llama.cpp: Add speculative decoding (#6891)

This commit is contained in:
oobabooga 2025-04-23 20:10:16 -03:00 committed by GitHub
parent 9424ba17c8
commit e99c20bcb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 2 deletions

View file

@ -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);
}