From b8fdfc294b2129a542115f5fdb9263d85cb35540 Mon Sep 17 00:00:00 2001 From: Tarek Dakhran Date: Tue, 23 Sep 2025 18:07:19 +0200 Subject: [PATCH] track gguf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a6344aa..f15b49c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +*.gguf filter=lfs diff=lfs merge=lfs -text