Skip to content

Commit 16e3364

Browse files
[Mistral Tokenizer] allow more leniency in apply_chat_template (vllm-project#41658)
Signed-off-by: juliendenize <julien.denize@mistral.ai> Co-authored-by: Roger Wang <hey@rogerw.io>
1 parent c7aa186 commit 16e3364

10 files changed

Lines changed: 144 additions & 397 deletions

File tree

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ partial-json-parser # used for parsing partial JSON outputs
3131
pyzmq >= 25.0.0
3232
msgspec
3333
gguf >= 0.17.0
34-
mistral_common[image] >= 1.11.0
34+
mistral_common[image] >= 1.11.2
3535
opencv-python-headless >= 4.13.0 # required for video IO
3636
pyyaml
3737
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12

requirements/test/cuda.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ torchaudio==2.11.0
3131
torchvision==0.26.0
3232
transformers_stream_generator # required for qwen-vl test
3333
matplotlib # required for qwen-vl test
34-
mistral_common[image,audio] >= 1.11.0 # required for voxtral test
34+
mistral_common[image,audio] >= 1.11.2 # required for voxtral test
3535
num2words # required for smolvlm test
3636
open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
3737
opencv-python-headless >= 4.13.0 # required for video test

requirements/test/cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ mbstrdecoder==1.1.3
412412
# typepy
413413
mdurl==0.1.2
414414
# via markdown-it-py
415-
mistral-common==1.11.0
415+
mistral-common==1.11.2
416416
# via
417417
# -c requirements/common.txt
418418
# -r requirements/test/cuda.in

requirements/test/nightly-torch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jiwer # required for audio tests
2323
timm # required for internvl test
2424
transformers_stream_generator # required for qwen-vl test
2525
matplotlib # required for qwen-vl test
26-
mistral_common[image,audio] >= 1.11.0 # required for voxtral test
26+
mistral_common[image,audio] >= 1.11.2 # required for voxtral test
2727
num2words # required for smolvlm test
2828
opencv-python-headless >= 4.13.0 # required for video test
2929
datamodel_code_generator # required for minicpm3 test

requirements/test/rocm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tblib # for pickling test exceptions
3030
timm>=1.0.17 # required for internvl and gemma3n-mm test
3131
transformers_stream_generator # required for qwen-vl test
3232
matplotlib # required for qwen-vl test
33-
mistral_common[image,audio]>=1.11.0 # required for voxtral test
33+
mistral_common[image,audio]>=1.11.2 # required for voxtral test
3434
num2words # required for smolvlm test
3535
open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
3636
opencv-python-headless>=4.13.0 # required for video test

requirements/test/rocm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ mcp==1.27.0
509509
# via -r requirements/test/../common.txt
510510
mdurl==0.1.2
511511
# via markdown-it-py
512-
mistral-common==1.11.0
512+
mistral-common==1.11.2
513513
# via
514514
# -c requirements/common.txt
515515
# -r requirements/test/../common.txt

requirements/test/xpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ mbstrdecoder==1.1.4
266266
# typepy
267267
mdurl==0.1.2
268268
# via markdown-it-py
269-
mistral-common==1.11.0
269+
mistral-common==1.11.2
270270
# via
271271
# -c requirements/common.txt
272272
# -r requirements/test/xpu.in

0 commit comments

Comments
 (0)