--- license: apache-2.0 tags: - merge - mergekit - lazymergekit - meta-llama/Llama-3.2-3B-Instruct - scb10x/llama3.2-typhoon2-3b-instruct --- # llama3.2-typhoon-passthrough llama3.2-typhoon-passthrough is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) * [scb10x/llama3.2-typhoon2-3b-instruct](https://huggingface.co/scb10x/llama3.2-typhoon2-3b-instruct) ## 🧩 Configuration ```yaml slices: - sources: - model: meta-llama/Llama-3.2-3B-Instruct layer_range: [0, 28] - sources: - model: scb10x/llama3.2-typhoon2-3b-instruct layer_range: [20, 28] merge_method: passthrough dtype: bfloat16 ```