mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-21 01:21:26 +00:00
ggml : fix trailing whitespace (llama/0)
ggml-ci
This commit is contained in:
parent
c0761c95f5
commit
d661283e68
@ -256,7 +256,7 @@ GGML_API GGML_CALL void ggml_backend_tensor_memset(struct ggml_tensor * tensor,
|
||||
if (!size) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
GGML_ASSERT(buf->iface.memset_tensor != NULL && "memset not supported by backend buffer");
|
||||
|
||||
buf->iface.memset_tensor(buf, tensor, value, offset, size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user