ci : update ".bin" to ".gguf" extension

ggml-ci
This commit is contained in:
Georgi Gerganov
2023-08-17 19:32:14 +03:00
parent c3b739374e
commit dd9e2fc988
7 changed files with 42 additions and 42 deletions

View File

@@ -3575,7 +3575,7 @@ static void llama_model_quantize_internal(const std::string & fname_inp, const s
} else {
size_t counter = 0;
new_size = 0;
auto compute = [&mutex, &counter, &hist_cur, &new_size, new_type, f32_data, new_data, nelements] () {
auto compute = [&mutex, &counter, &hist_cur, &new_size, new_type, f32_data, new_data, nelements, chunk_size]() { // NOLINT
std::vector<int64_t> local_hist;
size_t local_size = 0;
while (true) {