This Action has an install-cuda input that defaults to true.
But in most cases, you don't need CUDA to build and push a model.
Also CUDA installations often fail.
Even when they don't fail, the CUDA installation slows this action down significantly.
WIld idea: Cut a new major version (v2) of this Action that switches the default value of this input from true to false.
cc @anotherjesse @mattt
This Action has an
install-cudainput that defaults totrue.But in most cases, you don't need CUDA to build and push a model.
Also CUDA installations often fail.
Even when they don't fail, the CUDA installation slows this action down significantly.
WIld idea: Cut a new major version (v2) of this Action that switches the default value of this input from
truetofalse.cc @anotherjesse @mattt