Spaces:
Runtime error
Runtime error
| mkdir -p $MODEL | |
| git lfs install --skip-smudge | |
| git clone https://huggingface.co/$MODEL $MODEL | |
| cd $MODEL | |
| git lfs pull | |
| git lfs install --force | |
| rm -rf .git | |
| pwd | |
| ls -l |