13 lines
261 B
YAML
13 lines
261 B
YAML
# dp4-nothink: DeepSeek-V4-Flash nothinking protocol
|
|
# All benches inherit these unless overridden in their own <bench>.yaml
|
|
generation:
|
|
temperature: 0.0
|
|
max_tokens: 32768
|
|
top_p: 1.0
|
|
stream: true
|
|
|
|
run:
|
|
concurrency: 8
|
|
checkpoint: true
|
|
resume: true
|