chore: add 9g-8B file path
This commit is contained in:
parent
3c3bc98f5e
commit
72a0997cdc
|
@ -16,8 +16,8 @@ def main():
|
|||
model_name_or_path = ""
|
||||
template = ""
|
||||
if model == "9g-8B":
|
||||
model_name_or_path = "/home/ma-user/models/sft_8b_v2"
|
||||
template = "default"
|
||||
model_name_or_path = "/home/ma-user/models/8b_sft_model"
|
||||
template = "cpm"
|
||||
elif model == "Baichuan2-7B":
|
||||
model_name_or_path = "/home/ma-user/models/Baichuan2-7B-Base"
|
||||
template = "baichuan2"
|
||||
|
|
Loading…
Reference in New Issue