Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulin1 committed Dec 6, 2023
1 parent 57b4889 commit a2868be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/test_order3_command_chat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import allure
import pytest
import yaml
from utils.run_client_chat import commondLineTest
from utils.run_client_chat import commandLineTest


def getList():
Expand Down Expand Up @@ -148,7 +148,7 @@ def test_chat_llama_2_7b_chat_inner_w4(self, config, case_config,


def run_command_line_test(config, case, case_info, model):
result, chat_log, msg = commondLineTest(config, case, case_info, model,
result, chat_log, msg = commandLineTest(config, case, case_info, model,
'turbomind', None)
allure.attach.file(chat_log, attachment_type=allure.attachment_type.TEXT)

Expand Down

0 comments on commit a2868be

Please sign in to comment.