"docs/vscode:/vscode.git/clone" did not exist on "7a228b5305f3257834c5079fd475f659bc4bf73d"
Commit 1825007b authored by zhuwenwen's avatar zhuwenwen
Browse files

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

parent 5692ab61
# 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