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

TST: Update Llava model id in test #2236

Merged

Conversation

BenjaminBossan
Copy link
Member

Currently PEFT tests are failing because 2 trl internal models that we relied on for testing were moved (one has also been changed). The new models have now been copied to peft-internal-testing to avoid this in the future.

I have updated peft-internal-testing/tiny_T5ForSeq2SeqLM-lora to use the new copied model in peft-internal-testing as the base model (no change in PEFT code necessary). This model also required the LoRA adapter to be updated, as the shapes of the base model were changed.

This PR updates the used Llava model id to now use the copy of that model that is inside of peft-internal-testing.

Currently PEFT tests are failing because 2 trl internal models that we
relied on for testing were moved (one has also been changed). The new
models have now been copied to peft-internal-testing to avoid this in
the future.

I have updated peft-internal-testing/tiny_T5ForSeq2SeqLM-lora to use the
new copied model in peft-internal-testing as the base model (no change
in PEFT code necessary). This model also required the LoRA adapter to be
updated, as the shapes of the base model were changed.

This PR updates the used Llava model id to now use the copy of that
model that is inside of peft-internal-testing.
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@BenjaminBossan BenjaminBossan merged commit ca1b3b1 into huggingface:main Nov 26, 2024
14 checks passed
@BenjaminBossan BenjaminBossan deleted the tst-update-llava-model-id branch November 26, 2024 14:26
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.

3 participants