Skip to content

EntroSanity/lambda-diffusers

 
 

Repository files navigation

Diffusers and Transformers Inference Benchmarking

Installation

git clone https://github.com/heurist-network/lambda-diffusers.git
cd lambda-diffusers
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

How to run benchmark

python3 ./scripts/benchmark.py > output.txt

And save the output csv and txt file in benchmark_results folder. Please rename to device name!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.8%
  • Python 3.2%