Skip to content

Setup LFS server for Large Files #8

Description

@bibekyess

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions