Skip to content

Commit

Permalink
fix transfer spell
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 31, 2022
1 parent 944d1dd commit 58367be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/entrypoints/transfer_to_ascend.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def transfer_to_ascend(
if TO == 'mix_precision':
mix_precision(input_model, output_model, **kwargs)
else:
raise RuntimeError('unsupported trasnfering type' + FROM)
raise RuntimeError('unsupported transfering type' + FROM)

0 comments on commit 58367be

Please sign in to comment.