-
Notifications
You must be signed in to change notification settings - Fork 53
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
No Active LoRA Adapters When Testing POC Example #109
Comments
Hey Daneyon! I can take a peek tomorrow |
/assign kfswain |
Hey @danehans ! Thanks for reporting this. Looking at the logs you provided, it looks it's either an very old version, or you may have forked the code? For example, I don't see this The latest code is here: https://github.com/kubernetes-sigs/gateway-api-inference-extension/tree/e907f6076bc3089a8a75227b80ff1293af7d00dc/pkg Can you follow the instructions and let me know if you run into any issues? |
The example needs you to replace the extproc image |
I'm testing the POC example. I can curl the backend model through the gateway from a client pod:
The ext-proc logs show the request being handled but with error:
fetching cacheActiveLoraModel
:The vLLM pod logs show the request being processed:
The ext-proc server is not finding any active LoRA adapters for my vLLM pod:
I see the loader init container load the tweet-summary lora module:
The vLLM container logs show the tweet-summary lora module:
Any troubleshooting suggestions are much appreciated.
The text was updated successfully, but these errors were encountered: