#!/lsinfo/ai/hellotax_ai/llm_service/venv_vllm/bin/python3
import sys
from huggingface_hub.cli.hf import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
