9 lines
262 B
YAML
9 lines
262 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
|
model_name: "openai/gpt-oss-20b"
|
|
metric_threshold: 0.568
|
|
reasoning_effort: "low"
|
|
server_args: "--tensor-parallel-size 2"
|
|
env:
|
|
VLLM_MXFP4_USE_MARLIN: "1"
|