Closed MJHamar closed 7 months ago
This way we can always use a specific version of the PEFT library and break less stuff.
Also, instead of cloning, you can just git submodule update --init when you first pull this repo and then peft will also be included
git submodule update --init
Also
peft
LGTM
This way we can always use a specific version of the PEFT library and break less stuff.
Also, instead of cloning, you can just
git submodule update --init
when you first pull this repo and then peft will also be included