We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111cb6b commit 37c7c30Copy full SHA for 37c7c30
1 file changed
src/MaxText/configs/types.py
@@ -1436,7 +1436,7 @@ class RLDataset(BaseModel):
1436
num_batches: int = Field(4, description="Number of batches for RL training.")
1437
num_test_batches: int = Field(5, description="Number of batches for RL evaluation.")
1438
train_fraction: float = Field(1.0, description="Fraction of the dataset to be used for training.")
1439
- micro_batch_size: float = Field(-1, description="Micro batch size for rollout and training.")
+ micro_batch_size: int = Field(-1, description="Micro batch size for rollout and training.")
1440
1441
1442
class RLEvaluation(BaseModel):
0 commit comments