CoolFace
Apppublic

atharv-1447/META-TRIBE-v2-api

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
50 commits on main
bd0276a5mo ago

feat amke it t4 compaible

atharv
8c5e3af5mo ago

fix: marge remote

atharv
47314125mo ago

feat: made t4 compatibale

atharv
3641a6a5mo ago

fix: avoid t4 vram contention during feature extraction

Codex
b70c56b5mo ago

fix: build text events without tts roundtrip

Codex
5827f105mo ago

fix: avoid per-request hf login hangs

Codex
89d705b5mo ago

fix: stabilize gpu inference pipelines

Codex
88a6a1d5mo ago

fix: pull origin

atharv
6b77c125mo ago

fix: error messgae .config file

atharv
85165905mo ago

fix: avoid cuda probe during web startup

Codex
6995a135mo ago

fix: decouple gpu warmup from model readiness

Codex
c3f09745mo ago

fix: attempt fix build #5

atharv
4be7d1b5mo ago

fix: attempt fix build #4

atharv
6f872f05mo ago

fix: docker and requirements txt

atharv
4d048c25mo ago

fix: attempt fix build #2

atharv
4d3bce05mo ago

fix: upgrade to Python 3.12, in-process whisper, fp16 autocast, T4 hardening

atharv
c8a9fd75mo ago

fix: docker git fetch error

atharv
29a1b875mo ago

fix: implemented support for T4

atharv
2e662135mo ago

chore: hidden probe

atharv
6faa75c5mo ago

fix: image processing for odd dims, whisper language support, base64 text route

atharv
f992fcc5mo ago

fix: cache-bust Dockerfile to force app.py re-copy on HF build

Mavrxai
f8d74385mo ago

fix: global DataLoader patch + warmup prediction to fix container hang

Mavrxai
7597bdc5mo ago

feat: production hardening — gunicorn, pre-load, hard timeout, GPU cleanup, persistent cache

Mavrxai
3ac6ee35mo ago

fix: detect site-packages via python and verify tribev2 import in build

Mavrxai
f7ed8445mo ago

fix: copy tribev2 to site-packages not dist-packages — python:3.11-slim uses site-packages

Mavrxai
2a7bdb45mo ago

fix: pin matched torch 2.5.1 + torchvision 0.20.1 + torchaudio 2.5.1 (cu121) — resolves torchvision::nms ABI mismatch

Mavrxai
57ef43c5mo ago

fix: remove torch force-reinstall — neuralset pulls torch 2.11.0+cu130 which has register_fake API

Mavrxai
0f999f25mo ago

fix: install tribev2 via git clone+copy — pip wheel builds as UNKNOWN with no module files

Mavrxai
c70cb675mo ago

fix: use python:3.11-slim base + cu121 torch — avoid tribev2 path mismatch

Mavrxai
02efbd25mo ago

feat: GPU support via nvidia/cuda:12.1 base image — remove CPU-only patches, MAX_WORDS=75

Mavrxai
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