fix lints
This commit is contained in:
parent
5840e10069
commit
2926089c5d
2 changed files with 3 additions and 2 deletions
|
@ -334,4 +334,4 @@ int main(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@ model_ids = [
|
||||||
# "deepseek-ai/DeepSeek-Coder-V2-Instruct",
|
# "deepseek-ai/DeepSeek-Coder-V2-Instruct",
|
||||||
# "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct",
|
# "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct",
|
||||||
# "deepseek-ai/DeepSeek-V2.5",
|
# "deepseek-ai/DeepSeek-V2.5",
|
||||||
|
|
||||||
# Cannot find chat template:
|
# Cannot find chat template:
|
||||||
# "eachadea/vicuna-13b-1.1",
|
# "eachadea/vicuna-13b-1.1",
|
||||||
# "microsoft/Phi-3-vision-instruct",
|
# "microsoft/Phi-3-vision-instruct",
|
||||||
|
@ -161,6 +161,7 @@ def handle_chat_template(model_id, variant, template_src):
|
||||||
|
|
||||||
logger.info('')
|
logger.info('')
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
for dir in ['tests/chat/templates', 'tests/chat/goldens']:
|
for dir in ['tests/chat/templates', 'tests/chat/goldens']:
|
||||||
if not os.path.isdir(dir):
|
if not os.path.isdir(dir):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue