Skip to content

Commit

Permalink
Making ruff happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei V. Ivanov committed Jan 13, 2025
1 parent 48514b1 commit 4ed9848
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benchmarks/P3L_MLING.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ def main(args: argparse.Namespace):
print(MESSAGE)
return

#my_test_enc, my_test_text = get_wikitext2_text(my_tokenizer)
my_test_enc, my_test_text = get_flores_plus_text(my_tokenizer,my_lang_script)
my_test_enc, my_test_text = get_flores_plus_text(
my_tokenizer,
my_lang_script)

logger.info("Loaded the test data.")

my_n_patches = math.ceil(
Expand Down

0 comments on commit 4ed9848

Please sign in to comment.