Skip to content

Commit

Permalink
[VITS] tokenizer integration test: fix revision did not exist (hugg…
Browse files Browse the repository at this point in the history
…ingface#25996)

* revision did not exist

* correct revision
  • Loading branch information
ArthurZucker authored and parambharat committed Sep 26, 2023
1 parent 22af6e6 commit ad81eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/vits/test_tokenization_vits.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_tokenizer_integration(self):
for tokenizer_class in tokenizer_classes:
tokenizer = tokenizer_class.from_pretrained(
"facebook/mms-tts-eng",
revision="d188a254c84ae6cfd24deb7a8f5c0c1d349d7d9f", # to pin the tokenizer version
revision="089bbb15da46b2ab2b282145941399aae353d917", # to pin the tokenizer version
)

encoding = tokenizer(sequences, padding=True, normalize=True)
Expand Down

0 comments on commit ad81eff

Please sign in to comment.