Fix duplicate --logits-processors in vLLM examples

#26

The Docker and source-install vLLM examples pass --logits-processors twice.

With UpstageAI/vllm@v0.12.0-solar-open (423e702f7), the repeated option is treated as a duplicate and the first value is dropped, leaving only SolarOpenTemplateLogitsProcessor in the parsed configuration.

This change passes both processors as values of a single --logits-processors argument so that ParallelToolCallLogitsProcessor and SolarOpenTemplateLogitsProcessor are both preserved.

Verified with the recommended Solar Open vLLM fork: the corrected syntax preserves both processors in the parsed configuration and starts successfully.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment