fix: fix baichuan2 path
This commit is contained in:
parent
190fddf27d
commit
36840f0310
|
@ -19,7 +19,7 @@ def main():
|
||||||
model_name_or_path = "../../models/sft_8b_v2"
|
model_name_or_path = "../../models/sft_8b_v2"
|
||||||
template = ""
|
template = ""
|
||||||
elif model == "Baichuan2-7B":
|
elif model == "Baichuan2-7B":
|
||||||
model_name_or_path = "../../models/Baichuan2-7B"
|
model_name_or_path = "../../models/Baichuan2-7B-Base"
|
||||||
template = "baichuan2"
|
template = "baichuan2"
|
||||||
elif model == "ChatGLM2-6B":
|
elif model == "ChatGLM2-6B":
|
||||||
model_name_or_path = "../../models/chatglm2-6b"
|
model_name_or_path = "../../models/chatglm2-6b"
|
||||||
|
|
Loading…
Reference in New Issue