o
    i                     @   s   d dl Z defddZdS )    Nreturnc                  C   sV   dt j dt j  d} t jjjr)| dt jj  dt jjj dt jjj	 7 } | S )Nzpytorch.version=z, cuda.available=z, zcudnn.version=z, cudnn.benchmark=z, cudnn.deterministic=)
torch__version__cudais_availablebackendscudnnenabledversion	benchmarkdeterministic)message r   W/home/ubuntu/.local/lib/python3.10/site-packages/espnet2/torch_utils/pytorch_version.pypytorch_cudnn_version   s   

r   )r   strr   r   r   r   r   <module>   s    