| #!/bin/sh | |
| '''exec' D:/code/apps/devtools/micromamba_root/envs/hf_sync/bin/python "$0" "$@" | |
| ' ''' | |
| import sys | |
| from huggingface_hub.cli.deprecated_cli import main | |
| if __name__ == '__main__': | |
| sys.argv[0] = sys.argv[0].removesuffix('.exe') | |
| sys.exit(main()) | |