Verified project record
lyogavin/airllm
AirLLM enables inference of large language models (up to 70B parameters) on GPUs with as little as 4GB VRAM. It achieves this by loading only one model layer onto the GPU at a time without requiring quantization, which trades memory savings for significantly slower speeds due to disk loading.