Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/convert_hf_to_torch_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_args():

assert world_size <= args.num_layers, (
f"World size {world_size} must be less than or equal to number of layers {args.num_layers}. "
"You are using to much GPUs for this conversion."
"You are using too much GPUs for this conversion."
)

ceildiv = lambda a, b: -(a // -b) # Ceiling division
Expand Down