Commit History

docs(backlog): why metrics are relative β€” absolute-score ceiling + arousal vs valence
56e31aa
unverified

techfreakworm commited on

fix(logs): suppress per-queue-join StarletteDeprecationWarning flooding HF logs
c57574a
unverified

techfreakworm commited on

docs: record chunk-fix verification β€” full-res neeraj_reel_2 scored at 63.2GB peak
cb3670a
unverified

techfreakworm commited on

feat(mps): chunk the frame processor() call β€” bound the long/HD memory transient
6a7f0c3
unverified

techfreakworm commited on

docs: instagram-curve contrast guide + chunk-processor memory-fix design
b9a823f
unverified

techfreakworm commited on

feat(ui): lock Score button while scoring + persist/download curves + label fix
2c55ab4
unverified

techfreakworm commited on

fix(progress): n_pass = measured sweep count (cache-on=2, cache-off=2*windows)
2565f06
unverified

techfreakworm commited on

fix(dedup): correct the cache-key rationale comment (Theory A proven)
8565b75
unverified

techfreakworm commited on

docs: backlog β€” cross-video engagement-benchmark comparator (exemplar-based)
5802c80
unverified

techfreakworm commited on

feat(mps): dedup-cache machinery β€” hardened key, clear-per-Score, n_pass (gated)
583bd05
unverified

techfreakworm commited on

docs: dedup-cache enable plan (tribe-brain reviewed, parity-gated)
18f8d28
unverified

techfreakworm commited on

feat(ui): timeline playhead follows video playback
efaaa37
unverified

techfreakworm commited on

docs: playhead-follow design (tribe-brain APPROVED, pending implementation)
c09bdee
unverified

techfreakworm commited on

feat(ui): in-card determinate progress bar via gr.Timer (Option T)
03fb6f3
unverified

techfreakworm commited on

feat(ui): determinate per-clip encode progress bar (Option X)
ef94760
unverified

techfreakworm commited on

refine(mps): blocked attention BLOCK=1024 + stock-fallback for edge cases (mask/causal/dropout/training/small-N)
9a21d17
unverified

techfreakworm commited on

feat(mps): blocked/streaming V-JEPA2 attention (Approach C) β€” structural memory bound, replaces per-layer empty_cache hook
7859981
unverified

techfreakworm commited on

fix(windowing): global z-score post-stitch (cross-window scale consistency) to cure WIN-1 seam
801bb0e
unverified

techfreakworm commited on

feat(quality): surface 'no speech track -> video-only' notice when no Word events
f3abd43
unverified

techfreakworm commited on

feat(mps): wire vm_stat memguard into the dedup encode loop (start gate + periodic abort)
a01623e
unverified

techfreakworm commited on

perf(mps): HIGH watermark 0.6->0.45 (graceful OOM under the gate) + document B=1
5079aba
unverified

techfreakworm commited on

feat(mps): per-layer empty_cache hook on V-JEPA2 encoder layers (TRIBE_MPS_EMPTY_EVERY)
c2d76ae
unverified

techfreakworm commited on

feat(memguard): vm_stat system-memory governor for local MPS runs
a81c26f
unverified

techfreakworm commited on

docs: implementation plan for local MPS long-video Quality scoring (P1-P3, 8 tasks)
3bfa1a2
unverified

techfreakworm commited on

docs: incorporate tribe-brain spec review (ASR 0it re-diagnosed, WIN-1 verify-first, hook path + dedup-cache guard, P4 split out)
e6bfe05
unverified

techfreakworm commited on

docs: design spec for local MPS long-video Quality scoring (V-JEPA2 OOM fix + adaptive governor + Quality path + WIN-1)
8841d6c
unverified

techfreakworm commited on

docs: refine dedup residual (low-risk w/ cache off) + cheap A/B closure method
53060d8
unverified

techfreakworm commited on

docs: note frame-dedup ON + cache OFF; flag β‰₯150s multi-window parity as residual
4f220b0
unverified

techfreakworm commited on

docs: add KNOWN_ISSUES.md (status, known bugs, gaps, roadmap)
b642cec
unverified

techfreakworm commited on

feat(text): preview synthesized speech + remove profiler harness
0b87f18
unverified

techfreakworm commited on

feat: all modes working on HF β€” fix Quality hub-writable EACCES
db1e982
unverified

techfreakworm commited on

feat: local MPS all-modes-working (audio + text); video deferred to HF
1005ddb
unverified

techfreakworm commited on

perf: breakdown β€” add use_dedup + keep_in_ram A/B toggles
b882d74
unverified

techfreakworm commited on

perf: breakdown v3 β€” split loop into H2D vs loader-PULL (CPU)
54e46fc
unverified

techfreakworm commited on

perf: breakdown v2 β€” reliable head timing via nn.Module instance hook
5e44b4d
unverified

techfreakworm commited on

perf: breakdown profiler β€” split W2V-BERT build vs forward, 60s, billed-tagged
262df98
unverified

techfreakworm commited on

perf: add CLEAN breakdown profiler (coarse timers, real-clip upload)
07a66e2
unverified

techfreakworm commited on

feat: local MPS port + ZeroGPU perf toolkit (dedup, backbone-reuse, pre-warm)
11ab6a3
unverified

techfreakworm commited on

docs: expand README β€” modes, local/deploy, perf, AOT status, licensing
cad7a14

techfreakworm commited on

revert: disable torch.compile on V-JEPA2 (dynamo tracer bug broke video runs)
47caa8e

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: torch.compile (static AOTInductor graph) on V-JEPA2 encode
b3147e1

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: keep bf16 encode win; drop clip-batching (correct but compute-bound/slower)
0c2af6a

techfreakworm Claude Opus 4.8 (1M context) commited on

fix(perf): batched encode B=4 + correct exca-descriptor fallback
a368d74

techfreakworm Claude Opus 4.8 (1M context) commited on

perf+fix: batched V-JEPA2 encode (~3-8x) + writable hub cache for opt-in ASR/LLaMA
b05a413

techfreakworm Claude Opus 4.8 (1M context) commited on

fix: default video/audio to fast no-ASR path + theme/css -> launch() (Gradio 6)
9a1bc5b

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: bf16 V-JEPA2 encode via scoped monkeypatch (~2x, fp32 output)
49e3e84

techfreakworm Claude Opus 4.8 (1M context) commited on

fix: revert blanket bf16 autocast (broke numpy on bf16 outputs)
6dabf71

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: bf16 autocast on backbones (~1.5-2x encode + ~half activation memory)
009cddd

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: preload_from_hub (bake ungated backbones) + TF32 fast matmul
676afa1

techfreakworm Claude Opus 4.8 (1M context) commited on

perf: raise extractor batch sizes to exploit ZeroGPU VRAM (~48GB) + VRAM log
8920ab3

techfreakworm Claude Opus 4.8 (1M context) commited on