Does the PEFT package have nightly versions that are pushed and can be installed? #1018
Closed
arnavgarg1
started this conversation in
General
Replies: 2 comments 4 replies
-
No, we don't have a nightly release. For my understanding, what would be the advantage to you to install from a nightly package instead of installing from main? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@BenjaminBossan I find that master branches tend to have changes that are often breaking changes, and I wanted to pin Ludwig to a specific nightly release that I know is stable while I wait for peft 0.6 to be released. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Same as the title: Does the PEFT package have nightly versions that are pushed and can be installed?
Some background:
I work on another open-source package that uses PEFT for fine-tuning. I want to use LoRA with Mistral-7b but it seems like this currently only works with PEFT's master branch, but not with the latest stable release. I would love to pin the open-source package I work on to a stable nightly instead of PEFT master until the next stable release.
Beta Was this translation helpful? Give feedback.
All reactions