- 11 Jul, 2024 1 commit
-
-
xwjiang2010 authored
Signed-off-by:Xiaowei Jiang <xwjiang2010@gmail.com>
-
- 08 Jul, 2024 1 commit
-
-
tomeras91 authored
-
- 07 Jul, 2024 1 commit
-
-
Roger Wang authored
Co-authored-by:Woosuk Kwon <woosuk.kwon@berkeley.edu>
-
- 04 Jul, 2024 1 commit
-
-
Cyrus Leung authored
-
- 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 2 commits
-
-
Mor Zusman authored
Signed-off-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai> Co-authored-by:
Erez Schwartz <erezs@ai21.com> Co-authored-by:
Mor Zusman <morz@ai21.com> Co-authored-by:
tomeras91 <57313761+tomeras91@users.noreply.github.com> Co-authored-by:
Tomer Asida <tomera@ai21.com> Co-authored-by:
Zhuohan Li <zhuohan123@gmail.com> Co-authored-by:
Muralidhar Andoorveedu <muralidhar.andoorveedu@centml.ai>
-
xwjiang2010 authored
Signed-off-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com> Co-authored-by:
Roger Wang <ywang@roblox.com>
-
- 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 3 commits
-
-
Cyrus Leung authored
-
Robert Shaw authored
Co-authored-by:
Michael Goin <michael@neuralmagic.com> Co-authored-by:
Robert Shaw <rshaw@neuralmagic>
-
Woosuk Kwon authored
-
- 26 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 24 Jun, 2024 1 commit
-
-
Isotr0py authored
-
- 21 Jun, 2024 1 commit
-
-
Chang Su authored
-
- 18 Jun, 2024 2 commits
-
-
Roger Wang authored
-
Isotr0py authored
-
- 15 Jun, 2024 2 commits
-
-
-
Cyrus Leung authored
-
- 13 Jun, 2024 2 commits
-
-
Tyler Michael Smith authored
-
Michael Goin authored
-
- 12 Jun, 2024 2 commits
-
-
Simon Mo authored
Revert "[CI/Build] Add `is_quant_method_supported` to control quantization test configurations" (#5463)
-
Michael Goin authored
-
- 10 Jun, 2024 1 commit
-
-
Cyrus Leung authored
Co-authored-by:Roger Wang <ywang@roblox.com>
-
- 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)
-
- 06 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 04 Jun, 2024 1 commit
-
-
Cyrus Leung authored
-
- 03 Jun, 2024 2 commits
-
-
Yuan authored
-
Cyrus Leung authored
-
- 24 May, 2024 1 commit
-
-
Robert Shaw authored
Co-authored-by:Cody Yu <hao.yu.cody@gmail.com>
-
- 22 May, 2024 1 commit
-
-
Cody Yu authored
The 2nd PR for #4532. This PR supports loading FP8 kv-cache scaling factors from a FP8 checkpoint (with .kv_scale parameter).
-
- 20 May, 2024 1 commit
-
-
Woosuk Kwon authored
-
- 19 May, 2024 1 commit
-
-
Cyrus Leung authored
-
- 16 May, 2024 2 commits
-
-
Alexander Matveev authored
Co-authored-by:Robert Shaw <rshaw@neuralmagic.com>
-
Jinzhen Lin authored
-
- 15 May, 2024 1 commit
-
-
SangBin Cho authored
Lora 3 & 4 test seems to have illegal memory access failure after this commit; [2024-05-14 23:51:18,182 E 22 22] logging.cc:101: Unhandled exception: N3c105ErrorE. what(): CUDA error: an illegal memory access was encountered <br class="Apple-interchange-newline"> Exmaple: https://buildkite.com/vllm/ci/builds/7382#018f793d-1527-4e1c-ab59-c3a34ec55241 This reverts commit 1356df53. FILL IN THE PR DESCRIPTION HERE FIX #xxxx (link existing issues this PR will resolve)
-
- 13 May, 2024 2 commits
-
-
Stephen Krider authored
Co-authored-by:
Woosuk Kwon <woosuk.kwon@berkeley.edu> Co-authored-by:
LiuXiaoxuanPKU <lilyliupku@gmail.com>
-
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.
-