fix: fix format

This commit is contained in:
wql 2024-09-05 15:18:37 +08:00
parent 3d018c8248
commit 2248960fe7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def main():
model_name_or_path = "../../models/llama-2-7b-ms" model_name_or_path = "../../models/llama-2-7b-ms"
template = "llama2" template = "llama2"
elif model == "Qwen-7B": elif model == "Qwen-7B":
model_name_or_path = "'../../models/Qwen-7B'" model_name_or_path = "../../models/Qwen-7B"
template = "qwen" template = "qwen"
else: else:
print("ERROR: model not supported.") print("ERROR: model not supported.")