We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f39101 commit 16b3919Copy full SHA for 16b3919
slime/ray/rollout.py
@@ -129,6 +129,7 @@ def _get_rollout_data(self, rollout_id):
129
if self.args.load_debug_rollout_data:
130
data = torch.load(
131
open(self.args.load_debug_rollout_data.format(rollout_id=rollout_id), "rb"),
132
+ weights_only=False,
133
)["samples"]
134
data = [Sample.from_dict(sample) for sample in data]
135
if (ratio := self.args.load_debug_rollout_data_subsample) is not None:
0 commit comments