ollama/fs
Jesse Gross 7b9ab4cb32
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-12-29 06:38:02 -06:00
..
ggml ggml: Seperate tensor load from backend creation 2025-12-29 06:38:02 -06:00
util/bufioutil next ollama runner (#7913) 2025-02-13 16:31:21 -08:00
config.go fix token type 2025-12-29 06:37:43 -06:00