llama : fix comment for "output.weight" tensor

pull/980/head master-d40fded
Georgi Gerganov 1 year ago
parent 2510c1831f
commit d40fded93e
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -1618,8 +1618,8 @@ static void llama_model_quantize_internal(const std::string & fname_inp, const s
// quantize only 2D tensors
quantize &= (tensor.ne.size() == 2);
// GG: uncomment this to keep the output layer in FP16
//if (tensor.name.rfind("output")) {
// uncomment this to keep the output layer in FP16
//if (tensor.name == "output.weight") {
// quantize = false;
//}

Loading…
Cancel
Save