-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Description
I try to reproduce the CHORD method with Qwen2.5-1.5B-Instruct : ms-swift/examples/train/grpo/internal/chord.sh
I found that when vllm==0.10.2., a model config args error will occor during the loading of vllm engine:
pydantic_core._pydantic_core.ValidationError: 1 validation error for ModelConfig
[rank1]: mm_processor_cache_gb
[rank1]: Input should be a valid number [type=float_type, input_value=None, input_type=NoneType]
[rank1]: For further information visit https://errors.pydantic.dev/2.11/v/float_type
mm_processor_cache_gb=None is not allowed.
Metadata
Metadata
Assignees
Labels
No labels