File size: 302 Bytes
574f94c |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
models:
- model: Jebadiah/Tess-Qwen-ruby-p3
# No parameters necessary for base model
- model: rombodawg/Llama-3-8B-Instruct-Coder
parameters:
density: 0.5
weight: 0.5
merge_method: dare_linear
base_model: Jebadiah/Tess-Qwen-ruby-p3
parameters:
int8_mask: true
dtype: bfloat16
|