Action-in-Quantum-Time / transformers

Transformers playground
GNU General Public License v3.0
3 stars 0 forks source link

Transformers

This repo is to explore the concept of transformers, both classical and quantum.

We will be using conventions to keep our works in-line! For example Python version, package version, etc. More on that can be found on our Discord Server!

Python env

python3.11 -m venv venv
. venv/bin/activate

pip install --upgrade pip setuptools wheel
pip install -r requirements.txt