-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add example on LLM offline inference #31
Conversation
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.
Thanks for submitting this! Sorry it took so long to look at it 😂. Let me know what you think of the changes I mentioned. I wish the uv
fix was less ugly.. Your suggestion of building it from source sounds painful, but at least then we wouldn't be stomping permissions all over /root/
...
Thanks for the contribution @JasonLo! |
Since v0.8, vLLM has updated its environment management to use `uv`, which can make running the container in user mode slightly more challenging.
This example may be valuable for:
For more details, please refer to
vllm_batch_inference/README.md
.