MobiLlama / scripts /upload_pypi.sh
Ashmal's picture
Upload folder using huggingface_hub
5472531 verified
raw history blame
No virus
60 Bytes
rm -rf dist
python3 -m build
python3 -m twine upload dist/*