Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 505 Bytes

configuration.md

File metadata and controls

12 lines (10 loc) · 505 Bytes

Configuration

Tensorflow Deploy allows to use one of three different configuration sources: CLI, environments or YAML file. The priority of sources is like: CLI => ENV => FILE(YAML) what means:

  • FILE (YAML) has the lowest priority
  • ENV has higher priority than YAML file
  • CLI has higher priority than ENV

Documentation

Documentation of possible configurations: