mirror of
https://github.com/ollama/ollama.git
synced 2026-07-10 09:44:18 +00:00
Split the gated-delta Metal/CUDA kernels' dtype template into separate input (InT) and state (StT) types so activations can stay in bf16/fp16 while the accumulated delta state stays in float32. Allocate the delta state and qwen3_5's no-cache zero state in float32 to match. |
||
|---|---|---|
| .. | ||
| cache.go | ||
| cache_test.go | ||
| recurrent.go | ||
| recurrent_test.go | ||
| rotating_attention_test.go | ||
| rotating_multiturn_test.go | ||