microsoft / tensorflow-directml-plugin

DirectML PluggableDevice plugin for TensorFlow 2
Apache License 2.0
185 stars 25 forks source link

Compress linux framework into a .tar.gz instead of .zip #313

Closed PatriceVignola closed 1 year ago

PatriceVignola commented 1 year ago

.tar.gz archives are the usual way to compress files on Linux, and it matches what the TensorFlow C API uses.