# Download stb_image and nlohmann::json libs
python3 setup_env.py
clang++ -std=c++17 -o tinygrad_exec main.cc tinygrad/*.cc -lOpenCL -Ithird_party/ -I.
GPU=1 python3 examples/compile_efficientnet.py
tinygrad_exec path_to_weights/net.safetensors path_to_arch/net.json path_to_image/image.jpg
- Add other backends
- Check on other architectures