Logo
Explore Help
Register Sign In
EngineX-Ascend/enginex-ascend-910-llama.cpp
10
0
Fork 0
You've already forked enginex-ascend-910-llama.cpp
Code Issues Pull Requests Actions 4 Projects Releases Wiki Activity
Files
ea3b0590ee33d3573eb8ef76f88cc60f36d2a38d
enginex-ascend-910-llama.cpp/examples/speculative/README.md

10 lines
285 B
Markdown
Raw Normal View History

examples : add readme files
2023-11-29 11:00:17 +02:00
# llama.cpp/examples/speculative
english : use `typos` to fix comments and logs (#4354)
2023-12-12 01:53:36 -08:00
Demonstration of speculative decoding and tree-based speculative decoding techniques
examples : add readme files
2023-11-29 11:00:17 +02:00
More info:
- https://github.com/ggerganov/llama.cpp/pull/2926
- https://github.com/ggerganov/llama.cpp/pull/3624
speculative : implement stochastic speculative sampling (#5625) * (WIP) Implement stochastic speculative decoding * sample from residual distribution on draft accept failure * fix #5657: force greedy sampling with probs when temp is 0 * remove p_accept parameter * fix style * remove unused variables * add srand() in speculative.cpp * replace use of rand() with mt19937 sampling * fixes based on review (@JohannesGaessler) * fix r random generation * randomly select next sequence to verify + fix bug in memory freeing * fix bug in active_seqs sync * fix uniform int distribution initialization * remove warnings from comparison between int and size_t * check grammar in `llama_sample_probability_distribution_impl` * remove malloc code by utilizing vectors * add PR link to README
2024-03-05 03:24:00 +09:00
- https://github.com/ggerganov/llama.cpp/pull/5625
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 73ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API