Files
exllamav3/tests/test_model_batch.example.yaml
2026-05-23 22:46:06 +02:00

14 lines
340 B
YAML

defaults: --tasks all --max_response_tokens 8192
runs:
- name: model-a-default
model_dir: /path/to/model-a
- name: model-a-cache-q4
model_dir: /path/to/model-a
args: --cache_quant 4
- name: model-b-low-temp
model_dir: /path/to/model-b
args: --temperature 0.2 --system_prompt "Answer tersely." --tasks valid_svg