(MIRROR) Implement gguf init from buffer #104
ggml: implement `gguf_init_from_buffer`
9b2aa8c9
test: `gguf_init_from_buffer`
de9ebec6
fix: memory breakdown for a model loaded with `no_alloc` from a file …
59883b3c
fix: use `GGML_UNUSED`
5950daa7
fix: remove `total_size` from `gguf_reader`
b120c9bd
fix: file offset calculation, rename `offset` to `data_offset`
65f71360
refactor: extract model loader bug fixes to another PR
0a59d4e2
feat: add `gguf_init_from_callback`
62f4e953
fix: always require a max expected size
78bff38f
fix: change `gguf_reader_callback_t`'s `output` type to `void *`, cha…
dcca71d3
fix: harden against offset overflow in buffer read
6248d3cd
fix: remove seek behavior from the callback
913a28f5
feat: `max_chunk_read == 0` means `SIZE_MAX`
7157cc0a
fix: seeking in a gguf file with no tensors
5908c589
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub