should not be static

This commit is contained in:
Concedo 2023-04-07 20:35:19 +08:00
parent 43949f7c7c
commit 1abcdb2394
2 changed files with 2 additions and 2 deletions

View file

@ -76,4 +76,4 @@ bool utils_gpt_params_parse(int argc, char ** argv, gpt_params & params);
void utils_gpt_print_usage(int argc, char ** argv, const gpt_params & params);
std::string utils_gpt_random_prompt(std::mt19937 & rng);
static bool should_transpose_layer(std::string name);
bool should_transpose_layer(std::string name);