| aero-lora/ | |
| ├── adapter_config.json # created by PEFT | |
| ├── adapter_model.bin # the LoRA weights | |
| ├── tokenizer_config.json | |
| ├── tokenizer.json | |
| ├── vocab.json / merges.txt # for LLaMA-style models | |
| ├── README.md # (optional but swag) | |
| └── config.json # comes from base model | |