A proposal on Hugging Face discusses two interconnected problems in AI: the reliance on training separate large models and the ecosystem's dependence on general-purpose GPUs.
- The author suggests "progressive model growth," where a model structurally expands (e.g., 4B to 8B) while preserving learned representations, rather than starting from scratch for each size.
- This approach complements fixed-size knowledge transfer, allowing models to absorb more capability before structural expansion is necessary.
- To address hardware limitations, the author proposes an "AI Hardware Profile" for Transformers, defining a stable set of common operations (like GEMM and attention) for specialized ASIC vendors.
- The proposal argues that model releases should benchmark efficiency metrics such as tokens per joule and memory requirements alongside parameter counts.
The author believes these changes could help local AI users overcome VRAM limits and provide hardware manufacturers with a clear optimization target.