Text-to-LoRA: Hypernetwork that generates task-specific LLM adapters (LoRAs)
Text-to-LoRA (T2L): Instant Transformer Adaption 🛠️ Installation Install uv if you don't have uv (see https://docs.astral.sh/uv/getting-started/installation/) With uv installed, run the following to install the dependencies. git clone https://github.com/SakanaAI/text-to-lora.git cd text-to-lora # make sure you have `uv` installed # (see https://docs.astral.sh/uv/getting-started/installation/) uv self update uv venv --python 3.10 --seed uv sync # we use the following wheel for installation #