File size: 257 Bytes
0a9348f |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
models:
- model: meta-llama/CodeLlama-7b-hf
- model: meta-llama/CodeLlama-7b-Instruct-hf
parameters:
density: 0.55
weight: 1.0
merge_method: dare_ties
base_model: meta-llama/CodeLlama-7b-hf
parameters:
int8_mask: true
dtype: bfloat16
|