Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions models/alibaba/qwq-32b/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ spec:
- customRuntimeArgs:
- --max-model-len=32768
- --enforce-eager
- --enable_reasoning
- --reasoning_parser=deepseek_r1
- --reasoning-parser=deepseek_r1
- --gpu-memory-utilization=1
- --enable-auto-tool-choice
- --tool-call-parser
- hermes
Comment on lines +15 to +16

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other arguments in this file that take a value (e.g., --reasoning_parser=deepseek_r1 on line 13), it's better to combine --tool-call-parser and its value hermes into a single argument using the = syntax. This improves readability and maintainability by keeping the argument format uniform.

    - --tool-call-parser=hermes

resourceRequirements:
cpu: 8
gpuCount: 1
Expand Down