fix: fix bug
This commit is contained in:
parent
cc99691cf4
commit
ceb01459fe
|
@ -12,7 +12,9 @@ def main():
|
||||||
yaml_file = './results/lora_sft_template.yaml'
|
yaml_file = './results/lora_sft_template.yaml'
|
||||||
elif run_type == "inference":
|
elif run_type == "inference":
|
||||||
yaml_file = './results/predict_template.yaml'
|
yaml_file = './results/predict_template.yaml'
|
||||||
|
|
||||||
|
model_name_or_path = ""
|
||||||
|
template = ""
|
||||||
if model == "9g-8B":
|
if model == "9g-8B":
|
||||||
model_name_or_path = "../../models/sft_8b_v2"
|
model_name_or_path = "../../models/sft_8b_v2"
|
||||||
template = ""
|
template = ""
|
||||||
|
|
Loading…
Reference in New Issue