Skip to content

Commit 790c324

Browse files
committed
Get rid of Git LFS
Turns out GIT LFS is a pain for two main reasons - GitHub charges for storage and bandwidth and Nix flakes do not handle LFS repos as inputs Fixes #22 Signed-off-by: Šimon Brandner <[email protected]>
1 parent 2e45f46 commit 790c324

File tree

20 files changed

+210
-153
lines changed

20 files changed

+210
-153
lines changed

.gitattributes

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

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
with:
13-
lfs: true
14-
- name: LFS pull
15-
run: git lfs pull
12+
- name: Unzip models
13+
run: ./scripts/unzip_models.sh
1614
- uses: cachix/install-nix-action@v27
1715
with:
1816
github_access_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ result
33
*.pt
44
.direnv/
55
.envrc
6+
crates/oblichey-cli/models/

0 commit comments

Comments
 (0)