Skip to content

Commit

Permalink
fix convert code.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691120287
  • Loading branch information
haozha111 authored and copybara-github committed Oct 29, 2024
1 parent 1c1dcb5 commit 27438c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@

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


Expand Down

0 comments on commit 27438c0

Please sign in to comment.