Skip to content

Commit

Permalink
Include .jsonl files to download from Huggingface hub
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Feb 15, 2025
1 parent 9f422b4 commit 1e75bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llms/mlx_lm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def get_model_path(path_or_hf_repo: str, revision: Optional[str] = None) -> Path
"tokenizer.model",
"*.tiktoken",
"*.txt",
"*.jsonl",
],
)
)
Expand Down

0 comments on commit 1e75bf1

Please sign in to comment.