File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515 init_distributed_environment )
1616from vllm .engine .arg_utils import EngineArgs
1717from vllm .model_executor .layers .fused_moe import FusedMoE
18- from vllm . model_executor . layers . fused_moe . config import ( FusedMoEConfig ,
19- FusedMoEParallelConfig
20- )
18+ # yapf: disable
19+ from vllm . model_executor . layers . fused_moe . config import (
20+ FusedMoEConfig , FusedMoEParallelConfig )
2121
2222from tpu_inference .layers .vllm .quantization import get_tpu_quantization_config
2323from tpu_inference .layers .vllm .quantization .compressed_tensors .compressed_tensors import \
2424 VllmCompressedTensorsConfig
2525from tpu_inference .layers .vllm .quantization .compressed_tensors .compressed_tensors_moe import \
2626 VllmCompressedTensorsW8A8Fp8MoEMethod
2727
28+ # yapf: enable
29+
2830P = PartitionSpec
2931
3032os .environ ['VLLM_DISABLE_SHARED_EXPERTS_STREAM' ] = '1'
You can’t perform that action at this time.
0 commit comments