Commit d3473ba4 authored by zhuwenwen's avatar zhuwenwen
Browse files

[fix]fix tests of core, samplers and tokenization etc.

parent 7a97637e
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import os
import json
import pytest
......@@ -8,9 +9,10 @@ import pytest
from vllm.entrypoints.openai.protocol import FunctionCall, ToolCall
from vllm.entrypoints.openai.tool_parsers import xLAMToolParser
from vllm.transformers_utils.tokenizer import get_tokenizer
from ..utils import models_path_prefix
# Use a common model that is likely to be available
MODEL = "Salesforce/Llama-xLAM-2-8B-fc-r"
MODEL = os.path.join(models_path_prefix, "Salesforce/Llama-xLAM-2-8B-fc-r")
@pytest.fixture(scope="module")
......
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