"""PYTHONPATH=/path-to-LightX2V PLATFORM=cuda python test_device.pyPYTHONPATH=/path-to-LightX2V PLATFORM=mlu python test_device.pyPYTHONPATH=/path-to-LightX2V PLATFORM=metax python test_device.py"""# This import will initialize the AI deviceimportlightx2v_platform.set_ai_device# noqa: F401fromlightx2v_platform.base.global_varimportAI_DEVICEprint(f"AI_DEVICE: {AI_DEVICE}")