DenseFeed / src /densefeed /backends

Commit History

fallback script on zerogpu expiry
79eb72b
verified

j14i commited on

extend zerogpu script duration
8ecd860
verified

j14i commited on

fix(zerogpu): normalize tiny-model script speakers
7fdf4a3

j14i commited on

fix(zerogpu): persist raw rank diagnostics and script indexes
5319c71

j14i commited on

fix(zerogpu): keep fallback rank items above threshold
bc200b7

j14i commited on

refactor: unify storage layer and modularize Gradio web app
da552d2

j14i commited on

feat: ZeroGPU backend for Hugging Face Spaces deployment (#4)
864480d
unverified

j14i Claude Opus 4.8 commited on

feat: add scheduled job backend and resumable pipeline sync
aa6692d

j14i commited on

feat: implement automatic CPU fallback for ZeroGPU queue lease execution failures
7366eb1

j14i commited on

Optimize ZeroGPUBackend model loading by caching weights in system CPU RAM at startup/request start, moving to GPU instantly only during leases to bypass Expired ZeroGPU proxy token timeouts
7d2f9d4

j14i commited on

feat: implement budget-aware resilient queue for ZeroGPU backend
14f7e8f

j14i commited on

Fix ZeroGPU timeouts by increasing chunk size and reducing top items
e0c96c2

j14i commited on

Increase ZeroGPU duration to 120s
072cb46

j14i commited on

Apply user's zerogpu.patch
8d121cd

j14i commited on

Fix ZeroGPU: Use snapshot_download and lazy loading pattern
db0de3c

j14i commited on

Fix ZeroGPU: module-level model loading with bfloat16, drop bitsandbytes
124598f

j14i commited on

Fix: prevent low-level CUDA init outside of spaces.GPU decorator on ZeroGPU
49f39d9

j14i commited on

fix: load quantized model with device_map='auto' and explicit max_memory for ZeroGPU emulation
eff50b2

j14i commited on

fix: change device_map from auto to cuda for ZeroGPU compatibility
2a26560

j14i commited on

fix: resolve NVML assertion failure in ZeroGPU backend by loading globally
b190c42

j14i commited on

fix: pin torch==2.4.0 to fix NVML crash on ZeroGPU
c8ad6e8

j14i commited on

fix: force eager attention to avoid NVML crash in SDPA on ZeroGPU
851e035

j14i commited on

fix: lazy-load model inside @spaces.GPU for ZeroGPU
9884d50

j14i commited on

fix: move model to CUDA inside @spaces.GPU function
48729df

j14i commited on

Restrict model loading to CUDA-enabled environments on ZeroGPUBackend
8afa0df

j14i commited on

Support dynamic devices (MPS/CPU) on ZeroGPUBackend for local macOS testing
19dd7c8

j14i commited on

Improve model load error logging in ZeroGPUBackend by printing the full traceback
b120ca2

j14i commited on

Refactor ZeroGPUBackend to use BAML's native render and parse API
55a2e91

j14i commited on

Implement switchable LLM backends (BAML & ZeroGPU) for HF Spaces deployment
c1cd6a2

j14i commited on