We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db33975 commit e30585dCopy full SHA for e30585d
slime/backends/megatron_utils/loss.py
@@ -106,6 +106,7 @@ def get_values(
106
unconcat_tokens: list[torch.Tensor],
107
total_lengths: list[int],
108
response_lengths: list[int],
109
+ non_loss_data: bool = True,
110
) -> dict[str, list[torch.Tensor]]:
111
value_list = []
112
for logits_chunk, _ in get_responses(
0 commit comments