mirror of
https://github.com/ollama/ollama.git
synced 2026-08-04 06:45:26 +00:00
This PR separates prompt caching from the public shift request option for native llama-server requests. Previously, shift controlled two different mechanisms: context shifting / overflow behavior per-request llama-server cache_prompt That meant callers could not request shift: false without also disabling prompt caching. Fixes #16635 |
||
|---|---|---|
| .. | ||
| exit_status.go | ||
| exit_status_other.go | ||
| exit_status_windows.go | ||
| llama_binary.go | ||
| llama_binary_test.go | ||
| llama_server.go | ||
| llama_server_test.go | ||
| llm_darwin.go | ||
| llm_linux.go | ||
| llm_windows.go | ||
| media.go | ||
| metal_retry.go | ||
| rocm_default.go | ||
| rocm_windows.go | ||
| server.go | ||
| server_wait_test.go | ||
| status.go | ||
| status_test.go | ||
| vulkan_windows.go | ||