Cleanup uesless env (#5270)
`VLLM_ENABLE_FUSED_EXPERTS_ALLGATHER_EP` is not used anywhere, let's
remove it.
- vLLM version: release/v0.13.0
- vLLM main:
ad32e3e19c
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
1
.github/workflows/_e2e_test.yaml
vendored
1
.github/workflows/_e2e_test.yaml
vendored
@@ -208,7 +208,6 @@ jobs:
|
||||
pytest -sv --durations=0 tests/e2e/multicard/test_expert_parallel.py
|
||||
pytest -sv --durations=0 tests/e2e/multicard/test_external_launcher.py
|
||||
pytest -sv --durations=0 tests/e2e/multicard/test_single_request_aclgraph.py
|
||||
pytest -sv --durations=0 tests/e2e/multicard/test_fused_moe_allgather_ep.py
|
||||
# torch 2.8 doesn't work with lora, fix me
|
||||
#pytest -sv --durations=0 tests/e2e/multicard/test_ilama_lora_tp2.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user