mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 16:49:27 +00:00
pyo3 v0.18 migration (#1173)
* pyo v0.18 migration * Fix formatting issues of black
This commit is contained in:
@ -65,7 +65,7 @@ class TestFullDeserialization(unittest.TestCase):
|
||||
# all_models.append((model_id, filename))
|
||||
|
||||
all_models = [("HueyNemud/das22-10-camembert_pretrained", "tokenizer.json")]
|
||||
for (model_id, filename) in tqdm.tqdm(all_models):
|
||||
for model_id, filename in tqdm.tqdm(all_models):
|
||||
tokenizer_file = cached_download(hf_hub_url(model_id, filename=filename))
|
||||
|
||||
is_ok = check(tokenizer_file)
|
||||
|
Reference in New Issue
Block a user