tensorflow / swift-models

Models and examples built with Swift for TensorFlow
Apache License 2.0
646 stars 146 forks source link

add presubmit_build.sh that passes a flag to swiftpm if it is a stock toolchain #723

Closed marcrasi closed 3 years ago

marcrasi commented 3 years ago

I copied this from the internal script in google3, and modified it to pass a flag when building with a stock toolchain.

I'll also make a CL that deletes the script from google3 and calls this one instead.