Skip to content

Commit

Permalink
Update startup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Oct 1, 2024
1 parent 6d74f98 commit a05393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def calculate_shard_distribution(total_shards, total_clusters):

cluster_kwargs = {
'shard_ids': shard_ids,
'shard_count': TOTAL_SHARDS,
'shard_count': len(shard_ids),
}

return cluster_kwargs
Expand Down

0 comments on commit a05393d

Please sign in to comment.