SAINetset_v8.0 / env /bin /tiny-agents
SAINetset's picture
Add files using upload-large-folder tool
d85931d verified
#!/mnt/raid1/SAINet-backup/Repo_Huggiface/env/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(app())