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

Support LoRA for Gemma #3044

Closed
Michaelvll opened this issue Feb 26, 2024 · 0 comments · Fixed by #3050
Closed

Support LoRA for Gemma #3044

Michaelvll opened this issue Feb 26, 2024 · 0 comments · Fixed by #3050
Labels
good first issue Good for newcomers

Comments

@Michaelvll
Copy link
Contributor

Michaelvll commented Feb 26, 2024

I am getting the following error when loading a lora adaptor for Gemma model:

  python -u -m vllm.entrypoints.openai.api_server \
    --host 0.0.0.0 \
    --model google/gemma-7b \
    --enable-lora \
    --lora-modules quote=/artifacts \
    --max-model-len 1024 | tee ~/openai_api_server.log
ValueError: Model GemmaForCausalLM does not support LoRA, but LoRA is enabled. Support for this model may be added in the future. If this is important to you, please open an issue on github.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants