Minor comment update

This commit is contained in:
Ed Addario 2025-08-26 21:39:40 +01:00
parent ccaab24441
commit 4286690019
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ static size_t llama_tensor_quantize_impl(enum ggml_type new_type, const float *
return new_size;
}
// Returns per-tensor type overrides to meet target BPW at lowest ppl
// Returns per-tensor type overrides to meet target BPW at lowest error
static std::unordered_map<std::string, ggml_type> target_bpw_type(
llama_model_loader & ml,
std::vector<no_init<uint8_t>> & buffer,