Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 478 Bytes

installation.md

File metadata and controls

14 lines (11 loc) · 478 Bytes

Installation

Currently, TensorFlow Hub depends on bug fixes and enhancements not present in a stable TensorFlow release. For now, please install or upgrade your TensorFlow package past 1.7.0rc0. For instance:

$ pip install --upgrade "tensorflow>=1.7.0rc0"
$ pip install --upgrade tensorflow-hub

This section will be updated to include a specific TensorFlow version requirement when a compatible release is made available.