Include .jsonl files to download from Huggingface hub

This commit is contained in:
Shunta Saito 2025-02-15 10:08:33 +09:00
parent 9f422b4729
commit 1e75bf184c

View File

@ -192,6 +192,7 @@ def get_model_path(path_or_hf_repo: str, revision: Optional[str] = None) -> Path
"tokenizer.model",
"*.tiktoken",
"*.txt",
"*.jsonl",
],
)
)