Skip to content

Commit 7e53c72

Browse files
committed
remove unused grpo seed
Signed-off-by: ashors1 <ashors@nvidia.com>
1 parent e46aa89 commit 7e53c72

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/configs/grpo_math_1B.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ grpo:
1010
val_at_start: false
1111
max_val_samples: 256
1212
val_batch_size: 256
13-
seed: 42
1413

1514
loss_fn:
1615
reference_policy_kl_penalty: 0.01

nemo_rl/algorithms/grpo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class GRPOConfig(TypedDict):
7979
val_at_start: bool
8080
max_val_samples: int
8181
val_batch_size: int
82-
seed: int
8382

8483

8584
class GRPOSaveState(TypedDict):

0 commit comments

Comments
 (0)