Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7771d1de
Unverified
Commit
7771d1de
authored
Jun 20, 2025
by
Thomas Parnell
Committed by
GitHub
Jun 20, 2025
Browse files
[Fix] import regex instead of re (#19875)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
71d12195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
+2
-1
No files found.
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
View file @
7771d1de
# SPDX-License-Identifier: Apache-2.0
# ruff: noqa
import
json
import
re
from
collections.abc
import
Sequence
from
typing
import
Any
,
Dict
,
List
,
Optional
,
Union
import
regex
as
re
from
vllm.entrypoints.openai.protocol
import
(
ChatCompletionRequest
,
DeltaFunctionCall
,
DeltaMessage
,
DeltaToolCall
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment