Skip to content

Commit

Permalink
Update prepare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 23, 2024
1 parent 93521fd commit a3a8e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
ignore_pattern = "*.safetensors"

if config.get("safetensors", False):
ignore_pattern = "consolidated.*.pth"
ignore_pattern = "*consolidated.*.pth"

download_args = [
"download",
Expand Down

0 comments on commit a3a8e41

Please sign in to comment.