tensorflow / swift

Swift for TensorFlow
https://tensorflow.org/swift
Apache License 2.0
6.12k stars 608 forks source link

Installation verification tool #479

Open texasmichelle opened 4 years ago

texasmichelle commented 4 years ago

When installing the S4TF toolchain, it's not always clear whether all components are intact and versions are compatible. It would be helpful to have a quick verification tool that uses the toolchain and reports success.

This is especially useful for installations involving accelerators, so the first two features could be:

This could be a very basic Swift tool that automates the steps we've been taking manually.

texasmichelle commented 4 years ago

as @shabalind pointed out, similar to brew doctor 👍

ArEnSc commented 4 years ago

@texasmichelle I might be interested to take a look at this sometime in a week or two, I am gauging whether or not this project is going to be killed by google or not, before investing my time into it haha. But from what your saying seems like it is still alive and kicking.

8bitmp3 commented 4 years ago

@texasmichelle Reducing any friction, especially during the setup process, would definitely help new and existing users. First experience with a new platform matters. (Nice to haves: can verify/describe/list components, check the health, offer to upgrade/reinstall bits, if necessary).