"tests/vscode:/vscode.git/clone" did not exist on "9db93de20ca282feb4dfaabbc56032c9312bde7b"
Unverified Commit 7771d1de authored by Thomas Parnell's avatar Thomas Parnell Committed by GitHub
Browse files

[Fix] import regex instead of re (#19875)


Signed-off-by: default avatarThomas Parnell <tpa@zurich.ibm.com>
parent 71d12195
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# ruff: noqa # ruff: noqa
import json import json
import re
from collections.abc import Sequence from collections.abc import Sequence
from typing import Any, Dict, List, Optional, Union from typing import Any, Dict, List, Optional, Union
import regex as re
from vllm.entrypoints.openai.protocol import (ChatCompletionRequest, from vllm.entrypoints.openai.protocol import (ChatCompletionRequest,
DeltaFunctionCall, DeltaMessage, DeltaFunctionCall, DeltaMessage,
DeltaToolCall, DeltaToolCall,
......
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