Update examples/gguf-split/gguf-split.cpp

Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
Xuan Son Nguyen 2024-10-01 23:18:42 +02:00 committed by GitHub
parent 9e182a24c8
commit 5a34562100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,7 +283,7 @@ struct split_strategy {
return i_tensor > 0 && i_tensor < n_tensors && i_tensor % params.n_split_tensors == 0;
}
// should never happen
return false;
GGML_ABORT("invalid mode");
}
void print_info() {