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).