o
    پi                     @   s8   d dl Z d dlmZ d dlZe eZG dd dZdS )    N)Optionalc                   @   s@   e Zd ZU eej ed< ee ed< d	dededdfddZ	dS )
DeviceConfigdevicegpu_idcudareturnNc                 C   s6   |dv r|| _ ntd| t| j | _|| _d S )N)r   xpuhpucpunpumusazNot supported device type: )device_typeRuntimeErrortorchr   r   )selfr   r    r   T/home/ubuntu/.local/lib/python3.10/site-packages/sglang/srt/configs/device_config.py__init__   s
   
zDeviceConfig.__init__)r   r   )
__name__
__module____qualname__r   r   r   __annotations__intstrr   r   r   r   r   r   	   s   
 r   )loggingtypingr   r   	getLoggerr   loggerr   r   r   r   r   <module>   s
    
