MCPcopy Create free account
hub / github.com/antirez/ds4 / kv_cache_push_comp

Function kv_cache_push_comp

ds4.c:8556–8561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8554 model_map_span_vec_append(spans, lo, lo + owned_bytes, true);
8555 if (owned_bytes > spans->max_tensor_bytes) {
8556 spans->max_tensor_bytes = owned_bytes;
8557 }
8558 }
8559 }
8560 model_map_span_vec_include_output(spans, w);
8561 return model_map_span_vec_finish(spans);
8562}
8563
8564static DS4_MAYBE_UNUSED bool weights_model_map_decode_layer_spans(

Callers 3

Calls 3

ds4_dieFunction · 0.85
f32_to_f16Function · 0.85
f16_to_f32Function · 0.70

Tested by

no test coverage detected