File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ def clearml_progress(status: ProgressStatus) -> None:
5555 except TypeError as e :
5656 raise TypeError (f"Build options could not be parsed: { e } " ) from e
5757 SETTINGS .update ({model_type : build_options })
58- if "align_pretranslations" in build_options :
59- SETTINGS .update ({"align_pretranslations" : build_options ["align_pretranslations" ]})
6058 SETTINGS .data_dir = os .path .expanduser (cast (str , SETTINGS .data_dir ))
6159
6260 logger .info (f"Config: { SETTINGS .as_dict ()} " )
Original file line number Diff line number Diff line change 33 shared_file_uri : s3:/silnlp/
44 shared_file_folder : production
55 inference_batch_size : 1024
6- align_pretranslations : false
6+ align_pretranslations : true
77 huggingface :
88 parent_model_name : facebook/nllb-200-distilled-1.3B
99 train_params :
You can’t perform that action at this time.
0 commit comments