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
b30c75dd
Unverified
Commit
b30c75dd
authored
Mar 15, 2025
by
Roger Wang
Committed by
GitHub
Mar 15, 2025
Browse files
[V1] Remove V0 fallback for mistral-tokenizer (#14873)
Signed-off-by:
Roger Wang
<
ywang@roblox.com
>
parent
def232e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+0
-7
No files found.
vllm/engine/arg_utils.py
View file @
b30c75dd
...
...
@@ -1487,13 +1487,6 @@ class EngineArgs:
recommend_to_remove
=
False
)
return
False
# No MistralTokenizer support so far (not compatible
# with xgrammar)
if
model_config
.
tokenizer_mode
==
"mistral"
:
_raise_or_fallback
(
feature_name
=
"--tokenizer-mode mistral"
,
recommend_to_remove
=
False
)
return
False
# No CPU offloading yet.
if
self
.
cpu_offload_gb
!=
EngineArgs
.
cpu_offload_gb
:
_raise_or_fallback
(
feature_name
=
"--cpu-offload-gb"
,
...
...
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