minimal / setup.txt
mrosinski's picture
let's deploy to huggingface spaces
1430324
raw
history blame
211 Bytes
# Run the following commands in the terminal to enable large file storage
git lfs install
# or
brew install git-lfs
# then in the git folder you want to use git-lfs
git lfs track "*.pkl"
git add .gitattributes