- 13 Jul, 2024 1 commit
-
-
youkaichao authored
Signed-off-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai> Co-authored-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai>
-
- 12 Jul, 2024 1 commit
-
-
Hongxia Yang authored
-
- 10 Jul, 2024 1 commit
-
-
youkaichao authored
[core][distributed] add zmq fallback for broadcasting large objects (#6183)
-
- 03 Jul, 2024 2 commits
-
-
xwjiang2010 authored
Signed-off-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
Roger Wang <ywang@roblox.com>
-
Cyrus Leung authored
Signed-off-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
ywang96 <ywang@roblox.com> Co-authored-by:
xwjiang2010 <87673679+xwjiang2010@users.noreply.github.com> Co-authored-by:
Roger Wang <136131678+ywang96@users.noreply.github.com>
-
- 02 Jul, 2024 1 commit
-
-
Murali Andoorveedu authored
Signed-off-by:Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai>
-
- 30 Jun, 2024 2 commits
-
-
youkaichao authored
[ci][distributed] fix some cuda init that makes it necessary to use spawn (#5991)
-
Cyrus Leung authored
-
- 29 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 28 Jun, 2024 2 commits
-
-
Lily Liu authored
Co-authored-by:LiuXiaoxuanPKU <llilyliupku@gmail.com>, bong-furiosa <bongwon.jang@furiosa.ai>
-
xwjiang2010 authored
Signed-off-by:Xiaowei Jiang <xwjiang2010@gmail.com>
-
- 27 Jun, 2024 1 commit
-
-
xwjiang2010 authored
Signed-off-by:Xiaowei Jiang <xwjiang2010@gmail.com>
-
- 26 Jun, 2024 1 commit
-
-
youkaichao authored
-
- 25 Jun, 2024 1 commit
-
-
Matt Wong authored
-
- 23 Jun, 2024 1 commit
-
-
Murali Andoorveedu authored
-
- 21 Jun, 2024 1 commit
-
-
youkaichao authored
Co-authored-by:Cody Yu <hao.yu.cody@gmail.com>
-
- 19 Jun, 2024 1 commit
-
-
youkaichao authored
-
- 15 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 14 Jun, 2024 1 commit
-
-
youkaichao authored
-
- 13 Jun, 2024 2 commits
-
-
Antoni Baum authored
-
youkaichao authored
[Core][Distributed] add coordinator to reduce code duplication in tp and pp (#5293)
-
- 11 Jun, 2024 1 commit
-
-
youkaichao authored
-
- 08 Jun, 2024 2 commits
-
-
youkaichao authored
[CI/Test] improve robustness of test by replacing del with context manager (vllm_runner) (#5357)
-
youkaichao authored
[CI/Test] improve robustness of test by replacing del with context manager (hf_runner) (#5347)
-
- 29 May, 2024 1 commit
-
-
youkaichao authored
-
- 23 May, 2024 1 commit
-
-
Murali Andoorveedu authored
Signed-off-by:Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai>
-
- 16 May, 2024 1 commit
-
-
youkaichao authored
-
- 14 May, 2024 1 commit
-
-
Nick Hill authored
Co-authored-by:SAHIL SUNEJA <suneja@us.ibm.com>
-
- 13 May, 2024 2 commits
-
-
Cyrus Leung authored
Since #4335 was merged, I've noticed that the definition of ServerRunner in the tests is the same as in the test for OpenAI API. I have moved the class to the test utilities to avoid code duplication. (Although it only has been repeated twice so far, I will add another similar test suite in #4200 which would duplicate the code a third time) Also, I have moved the test utilities file (test_utils.py) to under the test directory (tests/utils.py), since none of its code is actually used in the main package. Note that I have added __init__.py to each test subpackage and updated the ray.init() call in the test utilities file in order to relative import tests/utils.py.
-
youkaichao authored
-
- 10 May, 2024 2 commits
-
-
youkaichao authored
-
youkaichao authored
[Core][Distributed] refactor pynccl to hold multiple communicators (#4591)
-
- 08 May, 2024 1 commit
-
-
youkaichao authored
[Core][Distributed] support both cpu and device tensor in broadcast tensor dict (#4660)
-
- 03 May, 2024 2 commits
-
-
Lily Liu authored
Co-authored-by:LiuXiaoxuanPKU <llilyliupku@gmail.com>
-
youkaichao authored
-
- 02 May, 2024 1 commit
-
-
youkaichao authored
Co-authored-by:Zhuohan Li <zhuohan123@gmail.com>
-
- 24 Apr, 2024 1 commit
-
-
youkaichao authored
-
- 18 Apr, 2024 1 commit
-
-
youkaichao authored
[Core] Add integrity check during initialization; add test for it (#4155)
-
- 17 Apr, 2024 1 commit
-
-
youkaichao authored
[Core] replace narrow-usage RayWorkerVllm to general WorkerWrapper to reduce code duplication (#4024)
-
- 11 Apr, 2024 1 commit
-
-
SangBin Cho authored
-