Skip to content

Commit 7a12ae8

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8184c95 commit 7a12ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sota-implementations/llm/config/grpo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ inference_model:
3737
# Reference model configuration
3838
ref_model:
3939
quantization:
40-
enabled: true # Enable quantization for memory efficiency
40+
enabled: false # Enable quantization for memory efficiency
4141
gradient_checkpointing: false # Not needed for reference model
42-
attn_implementation: flex_attention
42+
attn_implementation:
4343
torch_dtype: bfloat16
4444

4545
# Policy configuration

0 commit comments

Comments
 (0)