Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80adbc4

Browse files
jsorefYaoyaoChang
authored andcommitted
spelling: pseudo
Signed-off-by: Josh Soref <[email protected]>
1 parent 2b88ad5 commit 80adbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vibevoice/processor/vibevoice_streaming_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def process_input_with_cached_prompt(
220220
input_id_length = cached_prompt_input['lm']['last_hidden_state'].size(1)
221221
tts_lm_input_id_length = cached_prompt_input['tts_lm']['last_hidden_state'].size(1)
222222

223-
# psudo input ids and masks
223+
# pseudo input ids and masks
224224
input_ids = [self.tokenizer.pad_id] * input_id_length
225225
tts_lm_input_ids = [self.tokenizer.pad_id] * tts_lm_input_id_length
226226
speech_input_mask = [False] * tts_lm_input_id_length

0 commit comments

Comments
 (0)