MobiLlama / scripts /upload_pypi.sh
Ashmal's picture
Upload folder using huggingface_hub
5472531 verified
rm -rf dist
python3 -m build
python3 -m twine upload dist/*