#131 · Primary category: Deep Learning Frameworks
zeta
Build high-performance AI models with modular building blocks
Project last updated:08/29/26
GitHub Stars
600
Forks
58
Contributors
14
License
Apache-2.0
Why we included this project
Zeta is a PyTorch library that packages the building blocks researchers and engineers reach for when assembling modern transformer-based models. If you are tired of copying the same attention and feedforward code between projects, it is worth a look. It bundles a wide range of attention variants, mixture-of-experts routing, quantization layers like BitLinear, and complete encoder/decoder and vision-transformer structures, all exposed as drop-in modules you can compose into your own architectures. The included examples show how to wire these pieces together, including a full multi-modal vision-language model built from the library's components. Teams prototyping new model designs or teaching themselves how these pieces fit together will find it a convenient reference and starting point, though you should treat it as a component toolkit rather than a turnkey application.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.