Skip to content

Commit ec4b90a

Browse files
authored
chore: remove Git LFS because it's expensive for open-source projects (#167)
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.
1 parent 7450aae commit ec4b90a

11 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ node_modules
1010
/.env
1111
/.eslintcache
1212
/.vitepress/.cache
13+
/test/.models
1314
/coverage
1415

1516
/llama/compile_commands.json
1617
/llama/llama.cpp
1718
/llama/llama.cpp.tag.json
19+
/llama/llama.cpp.lock
20+
/llama/llama.cpp.info.json
21+
/llama/lastBuild.json
1822
/llama/gitRelease.bundle
1923
/llama/.temp
2024
/llama/build
25+
/llama/localBuilds
2126
/llama/Release
2227
/llama/Debug
2328
/llama/xpack/cache
2429
/llama/xpack/store
2530
/llama/xpack/xpacks
31+
/llama/xpack/cmakeInstall.lock
2632
/llamaBins

assets/logo.png

1.09 MB
Loading

assets/logo.roundEdges.png

1.24 MB
Loading

assets/social.poster.png

2.84 MB
Loading

assets/star.please.png

889 KB
Loading

assets/star.please.roundEdges.png

1010 KB
Loading

docs/public/favicon.ico

137 KB
Binary file not shown.

docs/public/favicon.png

187 KB
Loading

docs/public/logo.roundEdges.png

1.24 MB
Loading

0 commit comments

Comments
 (0)