alexshengzhili's picture
Upload folder using huggingface_hub
e72aedf
|
raw
history blame contribute delete
No virus
157 Bytes
### Requirement
```
python3 -m pip install twine
python3 -m pip install --upgrade pip
pip3 install build
```
### Upload
```
bash scripts/upload_pypi.sh
```