agent2 / scripts /post-sync.sh
Deputydoofy's picture
Upload folder using huggingface_hub
868b252 verified
raw
history blame contribute delete
112 Bytes
cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1
rm poetry.lock
poetry install
poetry lock