withcatai / node-llama-cpp

Run AI models locally on your machine with node.js bindings for llama.cpp. Force a JSON schema on the model output on the generation level
https://withcatai.github.io/node-llama-cpp/
MIT License
760 stars 65 forks source link

chore: remove Git LFS because it's expensive for open-source projects #167

Closed giladgd closed 5 months ago

giladgd commented 5 months ago

Description of change

Weirdly, hosting an open-source Git project on GitHub is free, but Git LFS for such projects costs money. GitHub charges for every git clone that downloads the LFS objects, even when cloned by people who are not even members of the project.

This repo had 14MB of git LFS objects, and the free monthly quota of 1GB bandwidth of LFS objects was reached very quickly due to people cloning this repo. GitHub should do something about this since it's stupid to make people use regular Git for non-textual files for open-source projects just because it's free. It doesn't make sense to make regular git free for open-source projects and, at the same time, charge for the bandwidth of LFS objects that are so small for these projects.

Pull-Request Checklist

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 2.8.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 3.0.0-beta.12 :tada:

The release is available on:

Your semantic-release bot :package::rocket: