fix: test
This commit is contained in:
parent
2248960fe7
commit
e754b62ccd
|
@ -28,7 +28,7 @@ def main():
|
|||
model_name_or_path = "../../models/llama-2-7b-ms"
|
||||
template = "llama2"
|
||||
elif model == "Qwen-7B":
|
||||
model_name_or_path = "../../models/Qwen-7B"
|
||||
model_name_or_path = "/root/models/Qwen-7B"
|
||||
template = "qwen"
|
||||
else:
|
||||
print("ERROR: model not supported.")
|
||||
|
|
Loading…
Reference in New Issue