mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
fixed rwkv, standardized new ctx usage
This commit is contained in:
parent
2827920044
commit
523fc3be52
8 changed files with 27 additions and 8 deletions
|
@ -54,4 +54,6 @@ std::vector<gpt_vocab::id> gpt_tokenize(const gpt_vocab & vocab, const std::stri
|
|||
|
||||
|
||||
|
||||
bool should_transpose_layer(std::string name);
|
||||
bool should_transpose_layer(std::string name);
|
||||
|
||||
void kcpp_graph_compute_helper(ggml_cgraph * graph, int n_threads);
|
Loading…
Add table
Add a link
Reference in a new issue