feat: Add text-only inference with CPU extractor patches (Phase 0) 4a43952 Sentient-Field commited on Apr 7
Fix: Ensure timeline field on all events after TRIBE v2 transforms eefdc1f Sentient-Field commited on Apr 7
Fix: Manually ensure all required event columns exist by iterating through events after TRIBE v2 transforms 99fbf8d Sentient-Field commited on Apr 7
Fix: Use standardize_events() to validate events after TRIBE v2 transforms 6d557cc Sentient-Field commited on Apr 7
Fix: Post-process events DataFrame to ensure all required columns exist after TRIBE v2 transforms 92c002c Sentient-Field commited on Apr 7
Fix: Add required columns (timeline, subject, offset, frequency, extra) to event DataFrames to pass TRIBE v2 validation 3d2ab2c Sentient-Field commited on Apr 7
Refactor: Add multimodal support (video/audio/text) with proper TRIBE v2 pipeline 9e50929 Sentient-Field commited on Apr 7
Bypass get_events_dataframe entirely, create events directly for video-only inference 90c8bd1 Sentient-Field commited on Apr 6
Completely bypass whisperx by patching _run method to skip audio extraction 21c275a Sentient-Field commited on Apr 6
Bypass whisperx audio transcription to get video-only inference working 4033c98 Sentient-Field commited on Apr 6
Fix: patch tribev2 source file to use int8 compute_type for whisperx on CPU 690995f Sentient-Field commited on Apr 6
Fix: create uvx wrapper to force int8 compute_type for whisperx on CPU 78b96fe Sentient-Field commited on Apr 6
Fix: patch whisperx to use int8 compute_type on CPU (float16 not supported) 041a338 Sentient-Field commited on Apr 6
Fix: pre-download whisperx model during Docker build to avoid 429 rate limits at runtime c852864 Sentient-Field commited on Apr 6
Fix: pre-download whisperx model and set HF_HUB_CACHE to avoid 429 rate limits in uvx subprocess 734ecb6 Sentient-Field commited on Apr 6