bullerwins's picture
Upload folder using huggingface_hub
eb00867 verified
raw
history blame
270 Bytes
#!/home/ubuntuai/models/DeepSeek-V3/inference/.venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from charset_normalizer import cli
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(cli.cli_detect())