Skip to content

jonasknobloch/spinnloop

Repository files navigation

spinnloop

docker build -t jonasknobloch/timeloop .
docker run -it -v .:/opt/project jonasknobloch/timeloop /bin/bash
docker run -it --entrypoint /bin/bash -v .:/opt/project jonasknobloch/timeloop
alias spinnloop="docker run -it --entrypoint spinnloop -v .:/opt/project jonasknobloch/timeloop"
git submodule add https://github.com/Accelergy-Project/pytorch2timeloop-converter vendor/pytorch2timeloop-converter
git submodule update --init --recursive

conda create --prefix ./env python=3.11
conda activate ./env

pip install -r vendor/pytorch2timeloop-converter/requirements.txt
pip install -e ./vendor/pytorch2timeloop-converter

pip install pandas
pip install openpyxl
pip install plotly
pip install typer
pip install hatchling
pip install -e .
layer M N K
qkv_with_linear 512 768 768
mlp_linear_1 512 3072 768
mlp_linear_2 512 768 3072
bmm1 512 512 64
bmm2 512 64 512

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published