fix: Restore Legacy Parity for Oracle (Sura=Quran, Rev=Matthew) 787e371 neuralworm commited on Jan 29
Fix Role Alternation crash for assistant-led conversations and extend simulation tests de6582c neuralworm commited on Jan 28
Sage 6.5: Transform into lean text-only agent, remove RAG/Voice/Mongo, optimize model loading, and extend UI/Logic verification tests d1af7e9 neuralworm commited on Jan 28
feat: minimalist UI, auto-translation with phrase-based cache, placeholder update 32d508e neuralworm commited on Jan 28
feat: remove MongoDB and Sacred Knowledge tab, add agent welcome message, fix typos 80db0c8 neuralworm commited on Jan 28
feat: Enforce global reproducibility with seed 42 (random, numpy, torch) bbb5fd8 neuralworm commited on Jan 27
refactor: Pass model_size explicitly (1b for HF, 4b for Local) instead of using ENV 3160a58 neuralworm commited on Jan 27
fix: Use AutoModelForCausalLM for Gemma 3 1B (text-only) to fix loading issues ac1099d neuralworm commited on Jan 27
feat: Explicit AutoProcessor/Tokenizer logic and verified 1B/4B/4B-Quant tool calling 61324b6 neuralworm commited on Jan 27
feat: Add MODEL_SIZE env var (1b/4b) and fix loading logic (skip quantization for 1b) af14da0 neuralworm commited on Jan 27
feat: Switch back to gemma-3-4b-it but enable 4-bit quantization (BNB) to fix memory/tool issues 2e496bf neuralworm commited on Jan 27
fix: Implement fallback to AutoTokenizer for text-only Gemma models (1B) 8e936bf neuralworm commited on Jan 27
feat: Switch to lighter google/gemma-3-1b-it model to fix HF Spaces OOM 7737f23 neuralworm commited on Jan 27
fix: Disable disk offloading by removing device_map='auto' and using explicit .to(device) 61c8e04 neuralworm commited on Jan 27
chore: Pin ML dependencies (torch, transformers, etc.) to exact local versions 49d012d neuralworm commited on Jan 27
fix: Remove server_name arg from app.py for HF Spaces compatibility 490b060 neuralworm commited on Jan 27
refactor: Modularize app structure (app_module.py + thin entry points) 195c86d neuralworm commited on Jan 27
chore: Prepare app.py for HF Spaces (remove SSL/share), keep local config in app_local.py 6c97eaf neuralworm commited on Jan 27
Merge branch 'main' of https://huggingface.co/spaces/neuralworm/gemma-sage cb2b9a6 neuralworm commited on Jan 26
fix: Improve conversation fluidity with prompt injection and verified filtering d5040cf neuralworm commited on Jan 26
feat: Agentic Oracle, Multi-Message Bubbles, Filtering, and UI Fixes 8ab43a3 neuralworm commited on Jan 26