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.8

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.8.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.8-py3-none-any.whl (172.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zetascale-0.6.8.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.8.tar.gz
Algorithm Hash digest
SHA256 eba97f1f7d89ecbd8f35146445cfa95b337b30a25f0d4419847214240c65b873
MD5 70f58c20a003ba48fd32f62735824a56
BLAKE2b-256 f8c513b8e7b5288d5bbd249f96ad6b8c57c4a409a2fb7f36221f5e7328482010

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zetascale-0.6.8-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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 278da76866e3d8e7777bac268c785d6ed75900af80e93c8bcaf27bee4c4f0394
MD5 c6fd63306df1e4ec1f4092edb4ffe0ca
BLAKE2b-256 e062785d8e5232fddd4ba4af1acad4ed8a3e5d7a22ca7196f7dae786a888b6b8

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