[MISC] fix format check error (#654)
This pr makes format.sh works as expect. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -236,7 +236,7 @@ def test_medusa_e2e_greedy_logprobs(vllm_runner, common_llm_kwargs,
|
||||
|
||||
# TODO: There is a problem with the preemptive scheduling in the current
|
||||
# version, which makes this case fail. Please release this case after the
|
||||
# preemptive scheduling preblem is solved.
|
||||
# preemptive scheduling problem is solved.
|
||||
# @pytest.mark.parametrize(
|
||||
# "common_llm_kwargs",
|
||||
# [{
|
||||
|
||||
@@ -296,7 +296,7 @@ def test_mlp_e2e_seeded_correctness(vllm_runner, common_llm_kwargs,
|
||||
|
||||
# TODO: There is a problem with the preemptive scheduling in the current
|
||||
# version, which makes this case fail. Please release this case after the
|
||||
# preemptive scheduling preblem is solved.
|
||||
# preemptive scheduling problem is solved.
|
||||
# @pytest.mark.parametrize(
|
||||
# "common_llm_kwargs",
|
||||
# [{
|
||||
@@ -352,7 +352,7 @@ def test_mlp_e2e_seeded_correctness(vllm_runner, common_llm_kwargs,
|
||||
|
||||
# TODO: There is a problem with the preemptive scheduling in the current
|
||||
# version, which makes this case fail. Please release this case after the
|
||||
# preemptive scheduling preblem is solved.
|
||||
# preemptive scheduling problem is solved.
|
||||
# @pytest.mark.parametrize(
|
||||
# "common_llm_kwargs",
|
||||
# [{
|
||||
|
||||
@@ -175,7 +175,7 @@ def test_ngram_e2e_greedy_logprobs(vllm_runner, common_llm_kwargs,
|
||||
|
||||
# TODO: There is a problem with the preemptive scheduling in the current
|
||||
# version, which makes this case fail. Please release this case after the
|
||||
# preemptive scheduling preblem is solved.
|
||||
# preemptive scheduling problem is solved.
|
||||
# @pytest.mark.parametrize(
|
||||
# "common_llm_kwargs",
|
||||
# [{
|
||||
|
||||
Reference in New Issue
Block a user