Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 455 Bytes

transformer-benchmarks

benchmarking some transformers

Quickstart

git clone https://github.com/powderluv/transformer-benchmarks

cd transformer-benchmarks

python -m venv myenv

source myenv/bin/activate

./run_benchmark.sh. #change the variables to run on cpu / gpu and which backends to use org, torchscript, tf, mlir 

Measuring up Transformers