Skip to content

Commit bfced47

Browse files
committed
Remove init with zeros for batch_size limits
1 parent 10aa5b8 commit bfced47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/together/resources/finetune.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ def create_finetune_request(
9898
warmup_ratio = 0.0
9999

100100
training_type: TrainingType = FullTrainingType()
101-
max_batch_size: int = 0
102-
max_batch_size_dpo: int = 0
103-
min_batch_size: int = 0
104101
if lora:
105102
if model_limits.lora_training is None:
106103
raise ValueError(

0 commit comments

Comments
 (0)