forked from EngineX-Cambricon/enginex-mlu370-vllm
add qwen3
This commit is contained in:
9
vllm-v0.6.2/vllm/platforms/neuron.py
Normal file
9
vllm-v0.6.2/vllm/platforms/neuron.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .interface import Platform, PlatformEnum
|
||||
|
||||
|
||||
class NeuronPlatform(Platform):
|
||||
_enum = PlatformEnum.NEURON
|
||||
|
||||
@classmethod
|
||||
def get_device_name(cls, device_id: int = 0) -> str:
|
||||
return "neuron"
|
||||
Reference in New Issue
Block a user