--- license: cc-by-nc-4.0 tags: - merge - mergekit - meta-llama/Meta-Llama-3-8B --- # llama3-passthrough llama3-passthrough is a merge of the following models using [mergekit](https://github.com/arcee-ai/mergekit.git): * [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) * [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) ## 🧩 Configuration ```yamlslices: - sources: - model: meta-llama/Meta-Llama-3-8B layer_range: [0, 24] - sources: - model: meta-llama/Meta-Llama-3-8B layer_range: [8, 32] merge_method: passthrough dtype: bfloat16```