Skip to content

Commit

Permalink
Fix an issue in device type flag.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 692563283
  • Loading branch information
haozha111 authored and copybara-github committed Nov 3, 2024
1 parent bd09407 commit 29aa17f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@

_DEVICE_TYPE = flags.DEFINE_string(
'device_type',
None,
'cpu',
help='The device type of the model. Currently supported: cpu, gpu.',
default='cpu',
required=True,
)


Expand Down

0 comments on commit 29aa17f

Please sign in to comment.