File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
12
12
13
13
[tool .poetry ]
14
14
name = " together"
15
- version = " 1.3.9 "
15
+ version = " 1.3.10 "
16
16
authors = [
17
17
18
18
]
Original file line number Diff line number Diff line change @@ -197,10 +197,7 @@ def create(
197
197
"batch_size" : model_limits .lora_training .max_batch_size ,
198
198
"learning_rate" : 1e-3 ,
199
199
}
200
- log_warn_once (
201
- f"The default LoRA rank for { model } has been changed to { default_values ['lora_r' ]} as the max available.\n "
202
- f"Also, the default learning rate for LoRA fine-tuning has been changed to { default_values ['learning_rate' ]} ."
203
- )
200
+
204
201
for arg in default_values :
205
202
arg_source = ctx .get_parameter_source ("arg" ) # type: ignore[attr-defined]
206
203
if arg_source == ParameterSource .DEFAULT :
You can’t perform that action at this time.
0 commit comments