mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 16:45:42 +08:00
track pairsets in git (hand-authored supervision source)
The pairset JSONs are the only non-regenerable input to the method (the v_hack bases are derived from them via on-demand extraction, train.py:528). They were caught by the blanket /out/ ignore; switch to /out/* + re-include so any box (and Modal) gets the source from a clone instead of a side-channel rsync. vhack safetensors stay ignored (383M of derived binaries). Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
.claude/*
|
||||
!.claude/memory/
|
||||
.venv/
|
||||
/out/
|
||||
# ignore out/ contents (not the dir itself) so we can re-include pairsets below.
|
||||
/out/*
|
||||
# pairsets are hand-authored source (the supervision), not derived artifacts -- track them.
|
||||
# vhack safetensors stay ignored: derived from these via on-demand extraction (train.py:528).
|
||||
!/out/pairsets/
|
||||
/data/
|
||||
/log/
|
||||
/logs/
|
||||
|
||||
Reference in New Issue
Block a user