diff --git a/common/common.cpp b/common/common.cpp index c11006bcb..1be0fd88e 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -322,7 +322,7 @@ bool gpt_params_parse_ex(int argc, char ** argv, gpt_params & params) { break; } sparams.temp = std::stof(argv[i]); - sparams.temp = std::max(sparams.temp, 0.0f); + // sparams.temp = std::max(sparams.temp, 0.0f); } else if (arg == "--tfs") { if (++i >= argc) { invalid_param = true;