This project provides a direct comparison between standard autoregressive language model decoding and SLED (Sliding Window LLM Decoding), an optimization technique that enables memory-efficient ...
📋 Overview This project implements the Selective Repeat ARQ variant of the Sliding Window Protocol, which provides reliable data transfer over unreliable networks. The implementation includes both ...