evelyn / FastChat /scripts /upload_pypi.sh
evelyn-lo's picture
Upload folder using huggingface_hub
37c870e verified
raw
history blame
60 Bytes
rm -rf dist
python3 -m build
python3 -m twine upload dist/*