From 78169cd37a06b7d3a1c695136f29942583982645 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 21 Jul 2025 20:31:44 +0700 Subject: [PATCH] feat(doc): clarify additional requirements --- examples/gemma3n/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/gemma3n/README.md diff --git a/examples/gemma3n/README.md b/examples/gemma3n/README.md new file mode 100644 index 000000000..b3922d526 --- /dev/null +++ b/examples/gemma3n/README.md @@ -0,0 +1,19 @@ +# Gemma-3n + +## Requirements + +In addition to Axolotl's requirements, Gemma-3n requires + +``` +pip3 install timm +``` + +If you will load audio datasets, please also install + +``` +pip3 install librosa +``` + +## Usage + +See example configs and the [multimodal doc](https://docs.axolotl.ai/docs/multimodal.html).