mirror of
https://github.com/ollama/ollama.git
synced 2026-04-25 18:25:42 +02:00
Currently the following parameters are in the runner but not used: - numGPULayers - mainGPU - threads - tensorSplit This passes them through to the backend, which is where they would actually get used. However, the GGML backend does not yet do anything with them.