Update examples/gguf-split/gguf-split.cpp
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
9e182a24c8
commit
5a34562100
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue