-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[CI/Build] Remove unnecessary fork_new_process
#9484
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
0906a87
to
e480823
Compare
Signed-off-by: charlifu <charlifu@amd.com>
Signed-off-by: Vinay Damodaran <vrdn@hey.com>
Signed-off-by: Alvant <alvasian@yandex.ru>
Signed-off-by: Erkin Sagiroglu <erkin@infra-aipipeline-1-at1-prox-prod-a.ipa.corp.telnyx.com>
Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
Signed-off-by: qishuai <ferdinandzhong@gmail.com>
Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
In #8925, I accidentally copied over
fork_new_process_for_each_test
to thelarge_gpu_test
when it's actually unnecessary (sincecurrent_platform.get_device_total_memory
is supposed to be stateless).