Views
No views yet
1merge_method: model_stock
2
3base_model: meta-llama/Llama-3.1-70B
4
5models:
6 - model: sam-paech/Llama-3.3-70B-Instruct-ftpo_1k
7 - model: meta-llama/Llama-3.3-70B-Instruct
8 - model: schonsense/llama33_inst_multivector_derestriction
9
10parameters:
11 normalize: false
12 int8_mask: true
13
14dtype: float32
15out_dtype: bfloat16
16
17tokenizer:
18 source: meta-llama/Llama-3.3-70B-Instruct
19 pad_to_multiple_of: 8
20