-
Notifications
You must be signed in to change notification settings - Fork 12
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 Swagger UI on localhost:3000 #22
Comments
@ITZRei the newest commit should solve this. Thanks for reporting! |
Hi, I'm getting still {"detail":"Not Found"} when calling Swagger UI in Browser. The curl works fine: curl -X 'POST' 'http://localhost:3000/generate' -H 'accept: text/event-stream' -H 'Content-Type: application/json' -d '{ 2024-03-28T06:18:10+0000 [WARNING] [cli] Converting 'VLLM' to lowercase: 'vllm'. |
@ITZRei That's strange. May I ask which model are you using and what's the BentoML version? In my test the swagger page is displayed correctly. |
Hi, it‘s TheBloke/leo-hessianai-70B-GPTQ |
Are you using the latest codes in main branch? |
Hi, sorry for the delay. I'm using Version 1.2.9, that should be the latest. I've attached the Code I'm using. |
Hi,
the completition works, but you can't reach Swagger UI on Port 3000.
(look: https://docs.bentoml.org/en/latest/use-cases/large-language-models/vllm.html
-> The server is active at http://localhost:3000/. You can interact with it in different ways.
-> Swagger UI
-> Visit http://localhost:3000/, scroll down to Service APIs, and click Try it out. In the Request body box, enter your prompt and click Execute.)
You recieve:
{"detail":"Not Found"}
The text was updated successfully, but these errors were encountered: