Views
No views yet
llm-compressor 0.13.0 using a data-free recipe.1uv venv --python 3.12 --seed
2source .venv/bin/activate1VLLM_PRECOMPILED_WHEEL_LOCATION="https://github.com/vllm-project/vllm/releases/download/v0.12.0/vllm-0.12.0-cp38-abi3-manylinux_2_31_x86_64.whl" \
2VLLM_USE_PRECOMPILED=1 \
3uv pip install git+https://github.com/UpstageAI/vllm.git@v0.12.0-solar-open1vllm serve upstage/Solar-Open-100B \
2 --trust-remote-code \
3 --enable-auto-tool-choice \
4 --tool-call-parser solar_open \
5 --reasoning-parser solar_open \
6 --logits-processors vllm.model_executor.models.parallel_tool_call_logits_processor:ParallelToolCallLogitsProcessor \
7 --logits-processors vllm.model_executor.models.solar_open_logits_processor:SolarOpenTemplateLogitsProcessor \
8 --tensor-parallel-size 4reasoning_effort with two values: medium and high{
"temperature": 0.8,
"top_p": 0.95,
"top_k": 50,
"reasoning_effort": "medium"
}