File size: 393 Bytes
05fcba9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
models:
- model: codellama/CodeLlama-70b-Python-hf
parameters:
density: 0.5
weight: 0.5
- model: codellama/CodeLlama-70b-Instruct-hf
parameters:
density: 0.5
weight: 1.0
merge_method: dare_ties
base_model: meta-llama/Llama-2-70b-hf
parameters:
# You can uncomment and set these parameters as needed
# normalize: false
# int8_mask: true
dtype: float16
|