mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-25 18:16:43 +07:00
Removed target platform
This commit is contained in:
@@ -85,8 +85,6 @@ int main(int argc, char **argv)
|
||||
|
||||
vector<string> pre_input;
|
||||
pre_input.push_back("Welcome to ezrkllm! This is an adaptation of Rockchip's rknn-llm repo (see github.com/airockchip/rknn-llm) for running LLMs on its SoCs' NPUs.\n");
|
||||
pre_input.push_back("You are currently running the runtime for ");
|
||||
pre_input.push_back(param.target_platform);
|
||||
pre_input.push_back("\nTo exit the model, enter either exit or quit\n");
|
||||
pre_input.push_back("\nMore information here: https://github.com/Pelochus/ezrknpu");
|
||||
pre_input.push_back("\nDetailed information for devs here: https://github.com/Pelochus/ezrknn-llm");
|
||||
|
||||
Reference in New Issue
Block a user