"docs/source/python_api/nunchaku.caching.utils.rst" did not exist on "189be8bf0145f498fce1f2e233c25945061dc809"
Commit 9a8967a4 authored by rocking's avatar rocking
Browse files

Fix argc number

parent e7eeb122
......@@ -70,7 +70,7 @@ int profile_groupnorm(int argc, char* argv[])
return 0;
}
if(argc == 14)
if(argc == 13)
{
data_type = static_cast<ck::DataTypeEnum>(std::stoi(argv[2]));
do_verification = std::stoi(argv[3]);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment