mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
speculative decoding initial impl completed (+6 squashed commit)
Squashed commit: [0a6306ca0] draft wip dont use (will be squashed) [a758a1c9c] wip dont use (will be squashed) [e1994d3ce] wip dont use [f59690d68] wip [77228147d] wip on spec decoding. dont use yet [2445bca54] wip adding speculative decoding (+1 squashed commits) Squashed commits: [50e341bb7] wip adding speculative decoding
This commit is contained in:
@@ -57,3 +57,5 @@ bool should_transpose_layer(std::string name);
|
||||
void kcpp_graph_compute_helper(ggml_v3_cgraph * graph, int n_threads);
|
||||
|
||||
std::vector<uint8_t> kcpp_base64_decode(const std::string & encoded_string);
|
||||
|
||||
std::string get_timestamp_str();
|
||||
Reference in New Issue
Block a user