cccntu / minLoRA

minLoRA: a minimal PyTorch library that allows you to apply LoRA to any PyTorch model.
MIT License
432 stars 29 forks source link

How to use this with nanoGPT #1

Open vgoklani opened 1 year ago

vgoklani commented 1 year ago

Hey there,

This looks like a cool project! How do we use this for nanoGPT? :)

cccntu commented 1 year ago

See https://github.com/cccntu/LoRAnanoGPT/pull/1 :)