You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nemo_rl/models/policy/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ class AutomodelBackendConfig(TypedDict):
55
55
# Use fake balanced gate for testing/debugging MoE
56
56
fake_balanced_gate: NotRequired[bool]
57
57
# Enable HuggingFace state dict adapter for checkpoint saving/loading plus refit support for RL
58
+
# This should almost always be set to True when using a custom MoE implementation. Set to False only for specific use cases like debugging or performance testing.
0 commit comments