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 fb88031 commit dd858fa
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': len(shard_ids),
'shard_count': TOTAL_SHARDS,
}

return cluster_kwargs
Expand Down

0 comments on commit dd858fa

Please sign in to comment.