Built by 0labs — Atharvsinh Jadav, Gujarat, India Adaptive-depth AI that runs on any laptop.
What is This Model?
Sky v2.0-Lite is the smallest and fastest member of the Sky v2.0 family. It combines K=2 step reduction (keeping only CREST Steps 1 and 2) with the option for 4-bit quantization at load time, making it possible to run a CREST adaptive-depth model on hardware as modest as an 8GB laptop GPU or even a Google Colab free tier T4.
Despite being the lightest variant, it still has adaptive depth — the model still decides per-token how much computation to use. It is not a standard transformer; it is a real CREST model.
Who is This For?
🎓 Students exploring adaptive-depth LLMs on a budget
💻 Developers building AI-powered applications on consumer hardware
📱 Edge/on-device deployment where every GB matters
🧪 Researchers who want to experiment with CREST without cloud GPUs
Model Details
Property
Value
Architecture
CREST (0labs proprietary)
Total Parameters
6.47B
CREST Steps (K)
2
Hidden Dimension
2,560
Layers
32
Attention Heads
32
Context Window
32,768 tokens
Disk Size
~13GB (BFloat16)
VRAM (BF16)
~13GB
VRAM (INT4)
~4GB
Vocabulary Size
248,320
License
Apache 2.0
Quick Start
Recommended: 4-Bit Loading (~4GB VRAM) ⭐
This is the recommended way to run Sky v2.0-Lite on consumer hardware:
1@article{jadav2026crest,
2 title={CREST: Cognitively Recurrent Estimation of Step Termination for Adaptive-Depth Language Modeling},
3 author={Jadav, Atharvsinh},
4 year={2026},
5 url={https://huggingface.co/0labs-in/Sky-v2.0-11B}
6}
About 0labs
0labs is an independent AI research lab founded by Atharvsinh Jadav in Gujarat, India. We build adaptive-depth LLMs that think harder on hard problems — trained on a single GPU.