Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requirement of peft #251

Merged
merged 1 commit into from
Sep 7, 2023
Merged

update requirement of peft #251

merged 1 commit into from
Sep 7, 2023

Conversation

airaria
Copy link
Contributor

@airaria airaria commented Sep 7, 2023

Description

Since we have provided a custom peft under scripts/training/, we no longer require users to install the specific peft version peft@13e53fc. The training scripts will automatically find and load the custom peft.

However, peft is still needed for running other inference scripts. Thus we recommend using the official peft for inference and using the custom peft only for training.

We have tested with peft==0.3.0 and peft==0.5.0, both of which work with the inference scripts.

Related Issue

None.

Explanation of Changes

copilot:walkthrough

@ymcui ymcui merged commit 5d65f35 into main Sep 7, 2023
1 check passed
@ymcui ymcui deleted the requirement-update branch September 7, 2023 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants