It would be helpful for torchruntime to be registered as its own command. This can be achieved by adding something like the below to pyproject.toml:
[project.scripts]
torchruntime = "torchruntime:main"
Reference: https://setuptools.pypa.io/en/latest/userguide/entry_point.html