Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongqiang Huang committed Nov 7, 2024
1 parent 80b88cb commit 79e3c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ultravox/model/data_processing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def fake_process(text, audio, return_tensors="pt", sampling_rate=16000):
"audio_values": torch.tensor([[[0.1, 0.2, 0.3]]]),
"audio_token_start_idx": torch.tensor([1]),
"audio_token_len": torch.tensor([2]),
"audio_len": torch.tensor([10]),
}


Expand Down

0 comments on commit 79e3c71

Please sign in to comment.