ollama/ml/backend/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 model: add Qwen2.5-VL support (#10385) 2025-05-13 20:58:02 -07:00
ggml.go ggml: Seperate tensor load from backend creation 2025-05-19 09:54:22 -07:00
quantization.go Move quantization to new backend (#10363) 2025-05-06 11:20:48 -07:00
threads.go ollama debug tensor 2025-03-11 14:49:19 -07:00
threads_debug.go ollama debug tensor 2025-03-11 14:49:19 -07:00