lookup : fix token positions in the draft batch
This commit is contained in:
parent
1b26d7151a
commit
5b27975479
2 changed files with 28 additions and 16 deletions
|
@ -239,4 +239,5 @@ void dump_non_result_info_yaml(
|
|||
void dump_kv_cache_view(const llama_kv_cache_view & view, int row_size = 80);
|
||||
|
||||
// Dump the KV cache view showing individual sequences in each cell (long output).
|
||||
void dump_kv_cache_view_seqs(const llama_kv_cache_view & view, int row_size = 40);
|
||||
void dump_kv_cache_view_seqs(const llama_kv_cache_view & view, int row_size = 40);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue