def detect_tpu()

in src/hardware/hardware_detector.py [0:0]


    def detect_tpu(self) -> bool:
        return os.path.exists('/dev/accel0')