bf16_vs_fp8 / scripts /upload_pypi.sh
zjasper666's picture
Upload folder using huggingface_hub
8655a4b verified
raw
history blame contribute delete
60 Bytes
rm -rf dist
python3 -m build
python3 -m twine upload dist/*