Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 483 Bytes

onmm

$O(n)$ Matrix Multiplication Lightning App

Make sure lightning is installed:

pip install lightning

Clone this repo and install all the requirements:

pip install -r requirements.txt

Run the app locally:

lightning run app app.py --name onmm

Run the app on the cloud (this requires you to have an account with credits, but I think you get some for free when you sign up):

lightning run app app.py --name onmm --cloud