Apple-M1-BERT icon indicating copy to clipboard operation
Apple-M1-BERT copied to clipboard

3X speedup over Apple’s TensorFlow plugin by using Apache TVM on M1

Results 3 Apple-M1-BERT issues
Sort by recently updated
recently updated
newest added

This command `does` not seem to be correct. Is it `make -d CMAKE_OSX_ARCHITECTURES=arm64`?

I have managed to successfully reproduce this tutorial (with slight better performance if compared to the values reported in the readme file) on my 13'' MacBook Air M1 8 cores,...

Even though tensorflow is installed as can be seen below: `python -c 'import tensorflow as tf; print(tf.__version__)' 2.4.0-rc0 ` upon running following: `python dump_tf_graph.py ` I am getting error that...