-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Ollama Executable requires runners folder to execute which makes it little heavy specially for Windows executable, so its better to setup LFS for handling these large files.
Recommended approach is to store in LFS for all files that are larger than 50mb. Something like this may work:
find . -type f -size +50M | sed 's/^/git lfs track "/;s/$/"/' | sh
git add .gitattributes
git commit -m "Auto-track large files over 50MB"
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers