CoolFace
Apppublic

Mavrxai/tribev2

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
25 commits on main
664e30c5mo ago

fix: replace whisperx with openai-whisper to bypass ctranslate2 executable stack block

atharv
67ea9c95mo ago

fix: use whisperx==3.3.0 to resolve av==11.* build failure

atharv
00a3e095mo ago

fix: pre-install av>=12 binary wheel to unblock whisperx build

atharv
c9360c25mo ago

fix: force-reinstall torch family after tribev2 to fix torchaudio binary mismatch

atharv
b8fa05f5mo ago

fix: resolve whisperx dependency and runtime bugs in tribe-space

atharv
3a403765mo ago

fix: fix wisper vulnerability

atharv
775de6e6mo ago

fix: serialize full pipeline to fix concurrent 503

atharv, Claude Sonnet 4.6
dc678e56mo ago

fix: word cap, busy 503, and token format validation

atharv, Claude Sonnet 4.6
33450ab6mo ago

fix: shorten short_description to meet HF 60-char limit

atharv
5dce5f16mo ago

docs: comprehensive README with API reference, build history, and CPU patches

atharv, Claude Sonnet 4.6
3e864516mo ago

fix: remove transformers version pin — use latest to get AutoVideoProcessor

atharv
80182946mo ago

fix: loosen huggingface_hub to >=0.24.0 to satisfy transformers==4.47.0 dependency

atharv
61fff4b6mo ago

fix: pin transformers==4.47.0 to get AutoVideoProcessor (forces Docker cache invalidation)

atharv
fdf8ca86mo ago

fix: patch all neuralset extractor device fields to cpu via model_post_init; upgrade transformers>=4.46.0

atharv
77dd3596mo ago

fix: upgrade transformers>=4.46.0 for AutoVideoProcessor support

atharv
58b39986mo ago

fix: patch BatchEncoding.to instead of Tensor.to (C ext not patchable), set CUDA_VISIBLE_DEVICES in Dockerfile

atharv
d1c02696mo ago

fix: redirect all .to(cuda) → .to(cpu) at PyTorch level, hide CUDA entirely

atharv
2dbe0ff6mo ago

feat: per-request hf_token auth — no Space secret needed, users bring their own token

atharv
a4cc1c06mo ago

fix: replace float16 with int8 in WhisperX cmd and patch ExtractWordsFromAudio directly

atharv
40c5ffd6mo ago

fix: patch subprocess.run to pass --compute_type int8 to WhisperX (CPU has no float16)

atharv
71c842f6mo ago

fix: install uv via pip so uvx is in /usr/local/bin for all subprocess calls

atharv
8c21ceb6mo ago

fix: install uv so tribev2 can invoke uvx for WhisperX transcription

atharv
e528c1d6mo ago

fix: replace libgl1-mesa-glx with libgl1 (removed in Debian trixie)

atharv
558461f6mo ago

feat: add TRIBE v2 multimodal brain API (text/image/video)

atharv
724d4fc6mo ago

initial commit

atharv-1447