Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xinyuan Li <[email protected]>
  • Loading branch information
Xinyuan Li committed Jan 16, 2024
1 parent a984b93 commit 8f3205b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_pytorch_icefall(art_warning, expected_values, device_type):

# load_model_ensemble
transducer_model = get_transducer_model(params)
transducer_model.device = 'cpu'
word2ids = get_word2id(params)
get_id2word = get_id2word(params)
model_ensemble = {
Expand Down

0 comments on commit 8f3205b

Please sign in to comment.