No one saw that, therefore it didn't happen.

This commit is contained in:
Nicolas Patry 2023-06-14 12:23:30 +02:00
parent 55cf4d257c
commit 5de6863756
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from text_generation_server.utils.layers import (
def load_row(config, prefix: str, weights, bias: bool):
weight = weights.get_multi_weights_col([prefix], quantize=config.quantize, dim=1)
weight = weights.get_multi_weights_row(prefix, quantize=config.quantize)
if bias and weights.process_group.rank() == 0:
# Rank is only on the first rank process