pytorch/.ci/lumen_cli/cli/lib/common/utils.py
Yang Wang 00d7d6f123 [1/3][ghstack] [vllm ci build setup ]setup lumen_cli (#160043)
# Description
set up torch_cli using argparses

## Details:
- add vllm placeholer in the cli
- add unittest for cli command

see Readme.md to see how to run the cli

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160043
Approved by: https://github.com/huydhn
2025-08-14 05:51:45 +00:00

10 lines
137 B
Python

"""
General Utility helpers for CLI tasks.
"""
import logging
logger = logging.getLogger(__name__)
# TODO(elainewy): Add common utils