-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
GPTBigCodeForCausalLM LoRA support #3011
Comments
For contributors, the model code is here https://github.com/vllm-project/vllm/blob/57f044945f25d90d1b434014b2719ba6b06fdc44/vllm/model_executor/models/gpt_bigcode.py and the lora loading logic in llama should be a good template vllm/vllm/model_executor/models/llama.py Line 236 in 57f0449
|
Sure thing, I just uploaded one: |
btw what language is this adapter for? I'm trying to test it. |
Would love to see LoRA support for GPTBigCodeForCausalLM. We have fine tuned adapters per-language.
The text was updated successfully, but these errors were encountered: