ALIH213 / app.py

Commit History

Set fallback chat template on both processor and tokenizer to resolve apply_chat_template error
a2487bc

dx commited on

Use AutoModelForImageTextToText and MODEL_NAME google/gemma-4-E2B per user request
50250dd

dx commited on

Add sentencepiece and protobuf tokenizer dependencies and debug logging in app.py
c8b7b02

dx commited on

Optimize RAM usage on CPU load by enabling low_cpu_mem_usage
a632edd

dx commited on

Migrate architecture from Ollama to native Hugging Face transformers with CPU optimization
8b7e08b

dx commited on

Add live chat UI with request/response log panel
b45e6a5

dx commited on

Optimize: reduce context to 2048 + pre-warm model at startup
65e3b42

dx commited on

Add /chat and /vision SSE streaming endpoints for probar_ia.html
f98dd83

dx commited on

Convert roots and routes to pure JSON API
599fbb5

dx commited on

Install Ollama and run gemma4:e2b with FastAPI wrapper
6bc34c5

dx commited on

Add application files
876aa0b

dx commited on