Skip to main content

Transformers at zeta scales

Project description

Multi-Modality

Zeta - Seamlessly Create Zetascale Transformers

Docs

MIT License MIT License

Create Ultra-Powerful Multi-Modality Models Seamlessly and Efficiently in as minimal lines of code as possible.

🤝 Schedule a 1-on-1 Session

Book a 1-on-1 Session with Kye, the Creator, to discuss any issues, provide feedback, or explore how we can improve Zeta for you.

Installation

To install:

pip install zetascale

To get hands-on and develop it locally:

git clone https://github.com/kyegomez/zeta.git
cd zeta
pip install -e .

Initiating Your Journey

Creating a model empowered with the aforementioned breakthrough research features is a breeze. Here's how to quickly materialize the renowned Flash Attention

import torch
from zeta import FlashAttention

q = torch.randn(2, 4, 6, 8)
k = torch.randn(2, 4, 10, 8)
v = torch.randn(2, 4, 10, 8)

attention = FlashAttention(causal=False, dropout=0.1, flash=True)
output = attention(q, k, v)

print(output.shape) 

Documentation

Click here for the documentation, it's at zeta.apac.ai

Vision

Zeta hopes to be the leading framework and library to effortlessly enable you to create the most capable and reliable foundation models out there with infinite scalability.

Acknowledgments

Zeta is a masterpiece inspired by LucidRains's repositories and elements of FairSeq and UniLM.

Contributing

We're dependent on you for contributions, it's only Kye maintaining this repository and it's very difficult and with that said any contribution is infinitely appreciated by not just me but by Zeta's users who dependen on this repository to build the world's best AI models

  • Head over to the project board to look at open features to implement or bugs to tackle

Todo

  • Head over to the project board to look at open features to implement or bugs to tackle

Project Board

This weeks iteration is here

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zetascale-0.6.1.tar.gz (124.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zetascale-0.6.1-py3-none-any.whl (157.3 kB view details)

Uploaded Python 3

File details

Details for the file zetascale-0.6.1.tar.gz.

File metadata

  • Download URL: zetascale-0.6.1.tar.gz
  • Upload date:
  • Size: 124.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0

File hashes

Hashes for zetascale-0.6.1.tar.gz
Algorithm Hash digest
SHA256 19e3e4b16badace434758b644923a4eef65d5b5623610b385c0b53146ddef698
MD5 aaddc753269d6834f890979d088a3d97
BLAKE2b-256 03816b7ba33e28b4eb60492c7f8e4edfd55b936410a942ee218b3ca02e325301

See more details on using hashes here.

File details

Details for the file zetascale-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: zetascale-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 157.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0

File hashes

Hashes for zetascale-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a541a2812d7368f4bb6de9b38af04ca7393085c379372c6a8882ce3d2ca5a1d9
MD5 8897e60a4979a3450d3a47f08e40ec64
BLAKE2b-256 c82d5fc5ec86197b83ce225bfc6b8f2bbae826c1610d1084c35d199f6629c812

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page