This website works better with JavaScript
首頁
探索
說明
登入
cturan
/
llama.cpp
镜像来自
https://github.com/cturan/llama.cpp
關注
1
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
7fdb6f73e3
分支列表
標籤列表
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
examples
/
speculative
Olivier Chafik
1c641e6aac
`build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (
#7809
)
1 年之前
..
CMakeLists.txt
1c641e6aac
`build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (
#7809
)
1 年之前
README.md
6d341ab6c5
speculative : implement stochastic speculative sampling (
#5625
)
1 年之前
speculative.cpp
1442677f92
common : refactor cli arg parsing (
#7675
)
1 年之前
README.md
llama.cpp/examples/speculative
Demonstration 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
https://github.com/ggerganov/llama.cpp/pull/5625