Commit History

fix: add shap to requirements for deep explanation endpoint
b57af08

aviseth commited on

fix: f-string backslash syntax error in generate_explanation_text
69e2ee8

aviseth commited on

refactor: clean up inference.py, remove inline comments, extract _patch_xlnet_configs
f2161c4

aviseth commited on

fix: use slow tokenizer for roberta to avoid tokenizer.json format incompatibility
2b9ff0f

aviseth commited on

fix: remove train/evaluate imports from __init__, pin tokenizers==0.19.1
0d705bd

aviseth commited on

fix: pin transformers==4.44 and fastapi==0.111 to avoid breaking changes
33e7326

aviseth commited on

fix: torch 2.4+cpu and numpy<2 to fix NumPy 2.x incompatibility
aec2cba

aviseth commited on

fix: minimal Dockerfile and requirements for fast build
490e6a5

aviseth commited on

fix: use CPU-only torch to cut build time from 10min to 2min
e1ea768

aviseth commited on

fix: default MODEL_NAMES to fine-tuned HF repos, fix .gitignore
4e491ac

aviseth commited on

chore: force rebuild
37f14b9

aviseth commited on

fix: remove build-time model download, load from HF Hub at runtime
c466984

aviseth commited on

fix: slim requirements.txt and fix Docker build deps
d8b55d6

aviseth commited on

feat: Phase 1 enhancements - ensemble endpoint, history API, rate limiting, storage monitoring
1a5863d

aviseth commited on

fix: smart MODELS_DIR path resolution for Docker
eca2087

aviseth commited on

fix: use hf download instead of deprecated huggingface-cli
47db64b

aviseth commited on

fix: remove deprecated use_cache from xlnet config
8214774

aviseth commited on

chore: clean up preload log message
768396a

aviseth commited on

fix: patch xlnet tokenizer_config at runtime
e83ba6b

aviseth commited on

fix: rebuild to pick up fixed xlnet tokenizer_config
964e957

aviseth commited on

fix: preload models synchronously
2d86a2c

aviseth commited on

fix: sync latest inference and api fixes
45f4b13

aviseth commited on

fix: Python 3.9 compat list[dict] type hints
c5c3134

aviseth commited on

fix: preload all models at startup
5188693

aviseth commited on

chore: bust pip cache to force full rebuild
c16cc5e

aviseth commited on

fix: evict model cache to prevent OOM
b8be780

aviseth commited on

chore: bust docker cache to force src/ rebuild
faf5d6b

aviseth commited on

fix: remove syntax error in xlnet inference
2f435d5

aviseth commited on

fix: xlnet list fields in _token_importance
d08d3f2

aviseth commited on

fix: xlnet tokenizer list fields
7ff3220

aviseth commited on

fix: distilbert token_type_ids and xlnet inference errors
eede205

aviseth commited on

Remove .env.example from Dockerfile
a5c09cf

aviseth commited on

Fix colorFrom metadata
9a901d2

aviseth commited on

Initial deployment
06e73d2

aviseth commited on

initial commit
16da8ce
verified

aviseth commited on