Commit 66b809cc authored by zhuwenwen's avatar zhuwenwen
Browse files

Merge tag 'v0.7.2' into v0.7.2-dev

parents 37b63c24 0408efc6
# SPDX-License-Identifier: Apache-2.0
from unittest.mock import MagicMock
import pytest
......
# SPDX-License-Identifier: Apache-2.0
from argparse import ArgumentTypeError
import pytest
......
# SPDX-License-Identifier: Apache-2.0
import pytest
from vllm.engine.arg_utils import EngineArgs
......
# SPDX-License-Identifier: Apache-2.0
import asyncio
import os
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
......
# SPDX-License-Identifier: Apache-2.0
import pytest
from vllm.entrypoints.llm import LLM
......
# SPDX-License-Identifier: Apache-2.0
import asyncio
from concurrent.futures import ThreadPoolExecutor
from functools import partial
......
# SPDX-License-Identifier: Apache-2.0
import pytest
from ..conftest import IMAGE_ASSETS
......
# SPDX-License-Identifier: Apache-2.0
import pytest
from vllm.entrypoints.llm import LLM
......
# SPDX-License-Identifier: Apache-2.0
"""Test the different finish_reason="stop" situations during generation:
1. One of the provided stop strings
2. One of the provided stop tokens
......
# SPDX-License-Identifier: Apache-2.0
from typing import Any, List, Optional
import pytest
......
# SPDX-License-Identifier: Apache-2.0
import pytest
......
# SPDX-License-Identifier: Apache-2.0
"""
This file test accuracy of the vLLM server via LMEval.
It uses local-completions, which interacts with vLLM
......
# SPDX-License-Identifier: Apache-2.0
from typing import List
import os
......
# SPDX-License-Identifier: Apache-2.0
import pytest
from vllm import LLM
......
# SPDX-License-Identifier: Apache-2.0
import weakref
from typing import List
......
# SPDX-License-Identifier: Apache-2.0
import weakref
from typing import List
import os
......
# SPDX-License-Identifier: Apache-2.0
import weakref
import pytest
......
# SPDX-License-Identifier: Apache-2.0
import os
from vllm import LLM, SamplingParams
from ...utils import models_path_prefix
......
# SPDX-License-Identifier: Apache-2.0
import json
import re
import weakref
......
# SPDX-License-Identifier: Apache-2.0
import os
import pytest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment