remove gitignore
This commit is contained in:
8
.venv/bin/tiny-agents
Executable file
8
.venv/bin/tiny-agents
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/home/ubuntu/hsamooc/code-agent/.venv/bin/python3.10
|
||||
# -*- 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())
|
||||
Reference in New Issue
Block a user