Commit History

feat: Add text-only inference with CPU extractor patches (Phase 0)
4a43952
Running

Sentient-Field commited on

Fix: Ensure timeline field on all events after TRIBE v2 transforms
eefdc1f

Sentient-Field commited on

Fix: Manually ensure all required event columns exist by iterating through events after TRIBE v2 transforms
99fbf8d

Sentient-Field commited on

Fix: Use standardize_events() to validate events after TRIBE v2 transforms
6d557cc

Sentient-Field commited on

Fix: Post-process events DataFrame to ensure all required columns exist after TRIBE v2 transforms
92c002c

Sentient-Field commited on

Fix: Add required columns (timeline, subject, offset, frequency, extra) to event DataFrames to pass TRIBE v2 validation
3d2ab2c

Sentient-Field commited on

Refactor: Add multimodal support (video/audio/text) with proper TRIBE v2 pipeline
9e50929

Sentient-Field commited on

Bypass get_events_dataframe entirely, create events directly for video-only inference
90c8bd1

Sentient-Field commited on

Completely bypass whisperx by patching _run method to skip audio extraction
21c275a

Sentient-Field commited on

Bypass whisperx audio transcription to get video-only inference working
4033c98

Sentient-Field commited on

Revert wrapper, rely on source patch for int8 compute_type
4d47d31

Sentient-Field commited on

Fix: patch tribev2 source file to use int8 compute_type for whisperx on CPU
690995f

Sentient-Field commited on

Fix: create uvx wrapper to force int8 compute_type for whisperx on CPU
78b96fe

Sentient-Field commited on

Fix: patch whisperx to use int8 compute_type on CPU (float16 not supported)
041a338

Sentient-Field commited on

Fix: pre-download whisperx model during Docker build to avoid 429 rate limits at runtime
c852864

Sentient-Field commited on

Fix: pre-download whisperx model and set HF_HUB_CACHE to avoid 429 rate limits in uvx subprocess
734ecb6

Sentient-Field commited on

Fix: G2_wernicke 0-vertex bug β€” redirect SalVentAttn Yeo fallback from G4_pfc to G2_wernicke
4027499

Sentient-Field commited on

Fix: complete Schaefer-200 keyword remap β€” all 9 nodes get correct atlas parcels
d5410bd

Sentient-Field commited on

Fix: precise Schaefer atlas keyword matching for G2/G6/G8 β€” eliminates 0-vertex nodes
a4b4765

Sentient-Field commited on

Fix: update keyword matching for G6_limbic and G8_atl
f3a24db

Sentient-Field commited on

Fix: install uv/uvx required by tribev2 for audio transcription
e6bbc80

Sentient-Field commited on

Fix: upgrade to Python 3.11 β€” tribev2 requires >=3.11
766a31b

Sentient-Field commited on

Fix: remove transformers and huggingface_hub pins β€” let tribev2 resolve them
5a8dc00

Sentient-Field commited on

Fix: downgrade transformers to 4.47.0 which supports huggingface_hub>=1.0
9d347ed

Sentient-Field commited on

Fix: pin all dependency versions exactly to eliminate pip backtracking
de526ad

Sentient-Field commited on

Fix: moviepy>=2.2.1 to match tribev2 requirement
4aba03d

Sentient-Field commited on

Fix: upgrade torch to 2.5.1 to match tribev2 requirements (>=2.5.1)
08a2534

Sentient-Field commited on

Fix: pin CPU-only torch, install before other deps to avoid nvidia resolver
aab2631

Sentient-Field commited on

Fix libgl1 package name for Debian trixie
bddd699

Sentient-Field commited on

Fix README filename
4ca94f7

Sentient-Field commited on

SGP-Tribe3 v1.0 initial deploy
79258bc

Sentient-Field commited on