Minor change to string

This commit is contained in:
Angel-HF
2024-04-21 16:05:26 +02:00
committed by Pelochus
parent 69834ab9e0
commit 766bdb93d8

View File

@@ -68,7 +68,7 @@ int main(int argc, char **argv)
signal(SIGINT, exit_handler);
string rkllm_model(argv[1]);
printf("rkllm init start\n");
printf("RKLLM starting, please wait...\n");
RKLLMParam param = rkllm_createDefaultParam();
param.model_path = rkllm_model.c_str();