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

This version

0.6.6

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.6.tar.gz (135.8 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.6-py3-none-any.whl (172.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zetascale-0.6.6.tar.gz
  • Upload date:
  • Size: 135.8 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.6.tar.gz
Algorithm Hash digest
SHA256 03361a2e2075f429345af952915e8aa77f7e0aed67e689896d52c7d067225022
MD5 293e7ea7de338dc0e2bce108adc63f8b
BLAKE2b-256 db7807ac3e333a1e37443c4bab73549646778887aee2da0ec78cf76181129a1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zetascale-0.6.6-py3-none-any.whl
  • Upload date:
  • Size: 172.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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a86e96c73a86942f7b7cb1fc6fb268aa7b0e4d27ba10ef376bab8fefc385ec49
MD5 8e8ec4e15bc1218f2e9ed11f352ad105
BLAKE2b-256 ef149dc444d98f91d7e02e8b212ac75351ec7c32a17a842b5962eaa7cf8b7c71

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