commandΒΆ Command tools (qurry.tools.command) qurry.tools.command.cmd_wrapper(cmd: str = '') → None[source]ΒΆ Use command in anywhere, no matter itβs in .ipynb or β.pyβ. Parameters: cmd (str, optional) β Which execute command in any python or jupyter environment. Defaults to ββ. qurry.tools.command.fun_platform_check()[source]ΒΆ Check platform information. qurry.tools.command.pytorch_cuda_check() → bool | None[source]ΒΆ Via pytorch to check the availability of Nvidia CUDA. Returns: Available of CUDA by pytorch if pytorch is available, else βNoneβ. Return type: bool