mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
Consistently use --mtp-requantize-output-tensor
This commit is contained in:
+1
-1
@@ -1727,7 +1727,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (arg == "--mtp-requantized-output-tensor" || arg == "-mtprot") {
|
||||
if (arg == "--mtp-requantize-output-tensor" || arg == "-mtprot") {
|
||||
CHECK_ARG
|
||||
params.extra_output_type = argv[i];
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user