revert: simple lazy loading inside @spaces.GPU β working baseline 7346617 Arnic commited on 24 days ago
fix: initialize self.pipe = None in __init__ β prevent AttributeError c196b3e Arnic commited on 24 days ago
fix: @spaces.GPU on standalone function, not class method β ZeroGPU compat 9917e61 Arnic commited on 24 days ago
fix: proper ZeroGPU lifecycle β try/finally CPU offload, @spaces.GPU on generate() 54657b7 Arnic commited on 24 days ago
fix: @spaces.GPU on respond(), CPU-boot + GPU-on-demand generation d879f69 Arnic commited on 24 days ago
fix: recreate pipeline each request β ZeroGPU deallocates GPU between calls 4bac7af Arnic commited on 24 days ago
perf: decouple CPU retrieval from GPU generation β 10x GPU quota savings 746d35c Arnic commited on 24 days ago
fix: torch_dtypeβdtype deprecation, remove pad_token_id conflict with generation_config 665b6f5 Arnic commited on 24 days ago
fix: Gradio 6.0 compat β remove Chatbot type param, move css to launch() 7e8dfdb Arnic commited on 25 days ago
fix: ignore FAISS index files β rejected by HF binary policy, rebuilt at startup 0e1471f Arnic commited on 25 days ago
fix: remove device_map conflict, load onto GPU inside @spaces.GPU context 6fbfd9a Arnic commited on 25 days ago
fix: full lazy model loading for ZeroGPU β remove preload thread, defer pipeline init to first request 0070274 Arnic commited on 25 days ago
refactor: Gradio 5.30 compat + spaces first import + deferred torch in generation.py 0bb8b99 Arnic commited on 25 days ago
refactor: ZeroGPU-compatible β spaces first import, @spaces.GPU on generate(), deferred torch/transformers c1272c5 Arnic commited on 25 days ago
fix: defer rag_pipeline import to inside @spaces.GPU worker β eliminates CUDA init error on zero-a10g 0e6a725 Arnic commited on 25 days ago
fix: dummy @spaces.GPU placeholder β no GPU allocation, no quota consumption (same pattern as neurorag-2026) acbca58 Arnic commited on 25 days ago
fix: keep @spaces.GPU(duration=15) β zero-a10g requires it, but with HF_TOKEN secret for authenticated quota 31071e1 Arnic commited on 25 days ago
fix: remove @spaces.GPU β run on CPU to eliminate ZeroGPU quota errors for website visitors d7b1aaa Arnic commited on 25 days ago
fix: use GPU properly β @spaces.GPU + device_map=auto for A10G 09d4d23 Arnic commited on 25 days ago
fix: remove @spaces.GPU entirely β CPU-only, no GPU quota consumption 6a9a216 Arnic commited on 26 days ago
fix: Gradio 5.x compat β type=messages, ssr_mode=False, remove deprecated params 3553f68 Arnic commited on 26 days ago
fix: load pipeline inside @spaces.GPU + force SentenceTransformer to CPU 582cafa Arnic commited on 26 days ago
Aethron Portfolio Agent v3: 27+ projects, 8 verticals, Phi-3.5-mini, expanded KB with domain sections 6c3069e Arnic commited on 26 days ago
Aethron Portfolio Agent v2: Phi-3.5-mini + FAISS + keyword fallback, HF Spaces compatible a3037d6 Arnic commited on 26 days ago