Fix static declarations

This commit is contained in:
goerch 2023-07-26 08:30:25 +02:00
parent b4a5461ff8
commit de41d5ecd8
2 changed files with 3 additions and 3 deletions

View file

@ -476,11 +476,11 @@ extern "C" {
#include <vector> #include <vector>
#include <string> #include <string>
static std::string llama_token_to_str( std::string llama_token_to_str(
const struct llama_context * ctx, const struct llama_context * ctx,
llama_token token); llama_token token);
static std::string llama_token_to_str_bpe( std::string llama_token_to_str_bpe(
const struct llama_context * ctx, const struct llama_context * ctx,
llama_token token); llama_token token);