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
3 changes: 1 addition & 2 deletions models/deepseek/deepseek-r1-distill-qwen-32b/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
- customRuntimeArgs:
- --max-model-len=32768
- --enforce-eager
- --enable_reasoning
- --reasoning_parser=deepseek_r1
- --reasoning-parser=deepseek_r1

Choose a reason for hiding this comment

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

medium

For consistency with the model name (deepseek-r1-distill-qwen-32b) and the convention of using kebab-case for identifiers, consider changing the parser name to deepseek-r1. You've correctly updated the argument from --reasoning_parser to --reasoning-parser, and it would be more consistent if the value followed the same pattern.

    - --reasoning-parser=deepseek-r1

- --gpu-memory-utilization=1
resourceRequirements:
cpu: 8
Expand Down