Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639121310
  • Loading branch information
tensorflower-gardener committed May 31, 2024
1 parent c9d1883 commit e3254a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions official/common/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,12 @@ def define_flags():

flags.DEFINE_string(
'tpu_platform', default=None, help='TPU platform type.')

flags.DEFINE_string(
'tfhub_handle',
None,
'TFHub handle for publishing the model to TFHub. The model '
'is published to TFHub if this flag is set. Please use a '
'TFHubPusher (go/tflex/standard_components/pusher) component if '
'running in TFleX.',
)

0 comments on commit e3254a6

Please sign in to comment.