Skip to content

Setup LFS server for Large Files #8

@bibekyess

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions