Files
annotations/Azaion.Inference/hardware_service.pxd
T
Alex Bezdieniezhnykh 59eb39d447 switch from hardware object to string
and replace mac address to disk serial number
for more predictable hash key
2025-05-02 09:41:04 +03:00

6 lines
134 B
Cython

cdef class HardwareService:
cdef bint is_windows
@staticmethod
cdef has_nvidia_gpu()
cdef str get_hardware_info(self)