tensorflow / swift-models

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

Work around intermittent toolchain download failures #738

Closed BradLarson closed 3 years ago

BradLarson commented 3 years ago

HTTP2 curl downloads are intermittently failing on GCS buckets, so this forces HTTP 1.1 usage with the toolchain downloads to unblock CI.