mirror of
https://github.com/zenlm/zen-coder.git
synced 2026-07-27 06:13:10 +00:00
chore: gitignore mlx model dir and remove orphaned full_data submodule
- Ignore zen-coder-4b-mlx/ entirely (7.5GB weights, hosted on HuggingFace) - Remove orphaned training/full_data gitlink (no .gitmodules, 8.5GB dataset) - Add training/full_data/ to .gitignore (dataset lives on HuggingFace)
This commit is contained in:
+3
-2
@@ -174,6 +174,7 @@ QWEN.md
|
||||
*.jsonl
|
||||
train.jsonl
|
||||
valid.jsonl
|
||||
training/full_data/
|
||||
|
||||
# Model files (large binaries - use HuggingFace)
|
||||
*.safetensors
|
||||
@@ -190,5 +191,5 @@ AGENTS.md
|
||||
GEMINI.md
|
||||
QWEN.md
|
||||
|
||||
# MLX model directories
|
||||
zen-coder-4b-mlx/model-*.safetensors
|
||||
# MLX model directories (downloaded locally, hosted on HuggingFace)
|
||||
zen-coder-4b-mlx/
|
||||
|
||||
Submodule training/full_data deleted from 1f90deef38
Reference in New Issue
Block a user