std::cout<<" Path to the test gguf file"<<std::endl
<<std::endl;
std::cout<<" --<device>[:id]"<<std::endl;
std::cout<<" (Optional) Specify the device type --(cpu|nvidia|cambricon|ascend|metax|moore|iluvatar|kunlun|sugon) and device ID (optional). CPU by default."<<std::endl
<<std::endl;
std::cout<<" --warmup <warmups>"<<std::endl;
std::cout<<" (Optional) Number of warmups to perform before timing. Default to 0."<<std::endl
<<std::endl;
std::cout<<" --run <iterations>"<<std::endl;
std::cout<<" (Optional) Number of iterations to perform for timing. Default to 0."<<std::endl