ollama/fs/ggml
Jesse Gross 94ab428e3f ggml: Seperate tensor load from backend creation
Currently, when the backend is created, the tensors are loaded at the
same time, which is a slow operation. This separates them to be two
steps:
 - Create backend, including enumerating tensors and memory allocation
 - Loading tensor data

This allows more flexibility in managing model loading.
2025-05-19 09:54:22 -07:00
..
ggml.go ggml: Seperate tensor load from backend creation 2025-05-19 09:54:22 -07:00
ggml_test.go default slice values 2025-04-25 16:59:01 -07:00
gguf.go fix data race in WriteGGUF (#10598) 2025-05-06 17:36:38 -07:00
gguf_test.go ggml: Seperate tensor load from backend creation 2025-05-19 09:54:22 -07:00
type.go Follow up to #10363 (#10647) 2025-05-12 15:23:31 -07:00