File size: 174 Bytes
c64d81b |
1 2 3 4 5 6 7 8 9 10 |
models:
- model: ./Qwen2.5-72B/
parameters:
weight: 0.4
- model: ./Qwen2.5-72B-Instruct/
parameters:
weight: 0.6
merge_method: linear
dtype: bfloat16
|