MotionLCM / prepare /prepare_bert.sh
wxDai's picture
[Init]
c64dfa4
raw
history blame contribute delete
103 Bytes
mkdir -p deps/
cd deps/
git lfs install
git clone https://huggingface.co/distilbert-base-uncased
cd ..