You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: nltk_check() now catches LookupError for missing punkt_tab data
nltk_check() only caught ImportError (package not installed) but missed
LookupError (package installed, data not downloaded). Users with nltk
present via transitive deps (rouge_score) got an unhelpful ValueError
instead of install instructions when punkt_tab was missing.
Also adds punkt_tab download to CI workflow — same pattern as Ollama
model pulls.
0 commit comments