o
    ÓÙ¾iÿ  ã                   @   s   d Z G dd„ dƒZeƒ ZdS )zGlobal configurationsc                   @   s   e Zd ZdZdd„ ZdS )ÚGlobalConfigz&
    Store some global constants.
    c                 C   s(   d| _ d | _d| _d| _d| _d| _d S )Né    T)Ú	verbosityÚdefault_backendÚskip_special_tokens_in_outputÚ$spaces_between_special_tokens_in_outÚenable_precache_with_tracingÚenable_parallel_encoding)Úself© r
   úH/home/ubuntu/.local/lib/python3.10/site-packages/sglang/global_config.pyÚ__init__   s   
zGlobalConfig.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r
   r
   r
   r   r      s    r   N)r   r   Úglobal_configr
   r
   r
   r   Ú<module>   s    
