From b3ba8b2d1affba87fbd9868b88fecfba3da32116 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Thu, 9 May 2024 20:10:47 +0200 Subject: [PATCH] Removed target platform --- rkllm-runtime/examples/rkllm_api_demo/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rkllm-runtime/examples/rkllm_api_demo/src/main.cpp b/rkllm-runtime/examples/rkllm_api_demo/src/main.cpp index e66a5ab..01637a6 100644 --- a/rkllm-runtime/examples/rkllm_api_demo/src/main.cpp +++ b/rkllm-runtime/examples/rkllm_api_demo/src/main.cpp @@ -85,8 +85,6 @@ int main(int argc, char **argv) vector 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");