-
Notifications
You must be signed in to change notification settings - Fork 88
Update and simplify DocSum tutorials #354
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
Conversation
alexsin368
commented
Apr 16, 2025
- Remove steps to build images: just use docker compose to pull images instead
- Add steps for running with vLLM and TGI
- Update steps to validate microservices
- Update steps for port forwarding and changing BACKEND_SERVICE_IP for UI to work
- Fix grammar and improve wording
Signed-off-by: alexsin368 <[email protected]>
Signed-off-by: alexsin368 <[email protected]>
mkbhanda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexsin368 could you have introduced a tab for the HW? There is so much repetition here between Gaudi and CPU. The only differences would have been which compose file to use to start and stop services. I know it is a pain, but longer term less to maintain. Please consider.
Signed-off-by: alexsin368 <[email protected]>
|
@mkbhanda I've addressed all your comments and suggestions. You have a valid point about adding a tab for different hardware. However, for examples with multiple model serving options vLLM and TGI, we will end up with nested tabs which can make it not user friendly. A lot of logs are also different. |
mkbhanda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM