Skip to content

Commit

Permalink
removed legacy arg from learn_bpe call in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Mar 4, 2023
1 parent 5d56d24 commit 2cad58f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_bpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def test_bpe_conversion(
tokenizer.learn_bpe(
vocab_size=400,
tokens_paths=Path("tests", "test_results", tokenization).glob("**/*.json"),
files_lim=None,
load_all_token_files_once=True,
start_from_empty_voc=True,
)
tokenizer.save_params(
Expand Down

0 comments on commit 2cad58f

Please sign in to comment.