fix: fix file type
This commit is contained in:
parent
4058fd7d64
commit
cc99691cf4
|
@ -9,9 +9,9 @@ def main():
|
|||
output_dir = sys.argv[5]
|
||||
|
||||
if run_type == "lora_sft":
|
||||
yaml_file = './results/lora_sft_template.yml'
|
||||
yaml_file = './results/lora_sft_template.yaml'
|
||||
elif run_type == "inference":
|
||||
yaml_file = './results/predict_template.yml'
|
||||
yaml_file = './results/predict_template.yaml'
|
||||
|
||||
if model == "9g-8B":
|
||||
model_name_or_path = "../../models/sft_8b_v2"
|
||||
|
|
Loading…
Reference in New Issue