tensorflow/swift

Installation verification tool

开放

#479 创建于 2020年6月10日

 (3 条评论) (0 个反应) (0 位负责人)Swift (477 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (5,162 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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:

  • Can invoke the toolchain and import TensorFlow
  • Can run on an attached accelerator (Device.defaultXLA is Device(kind: .GPU, ordinal: 0, backend: .XLA))

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

贡献者指南