mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
b64 decoder
This commit is contained in:
parent
066e73d769
commit
f9bc7245ab
2 changed files with 70 additions and 0 deletions
|
@ -56,3 +56,5 @@ std::vector<gpt_vocab::id> gpt_tokenize(const gpt_vocab & vocab, const std::stri
|
|||
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue