#pragma once #include "tensor.hpp" #include #include struct KVCache { std::vector>> k, v; };