ksuit.utils.platform.system =========================== .. py:module:: ksuit.utils.platform.system Attributes ---------- .. autoapisummary:: ksuit.utils.platform.system.logger Functions --------- .. autoapisummary:: ksuit.utils.platform.system.get_cli_command ksuit.utils.platform.system.get_installed_cuda_version ksuit.utils.platform.system.log_system_info Module Contents --------------- .. py:data:: logger .. py:function:: get_cli_command() Return the command with which the script was called. Attention: This assumes the script was started with `python` (not `python3` or similar). :returns: The command with which the script was called. .. py:function:: get_installed_cuda_version() .. py:function:: log_system_info() Logs system information like OS, CUDA version, and Python version.