17 lines
363 B
YAML
17 lines
363 B
YAML
|
|
models:
|
|
- model: codellama/CodeLlama-7b-Instruct-hf
|
|
- model: deepseek-ai/deepseek-coder-6.7b-instruct
|
|
parameters:
|
|
density: 0.53
|
|
weight: 0.7
|
|
- model: defog/sqlcoder-7b-2
|
|
parameters:
|
|
density: 0.45
|
|
weight: 0.3
|
|
merge_method: dare_ties
|
|
base_model: codellama/CodeLlama-7b-Instruct-hf
|
|
parameters:
|
|
int8_mask: true
|
|
dtype: bfloat16
|