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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to Squeez are documented here.
4
4
5
+
## [0.1.3] - 2026-03-18
6
+
7
+
### Fixed
8
+
-**Model-agnostic inference**: replaced hardcoded Qwen ChatML template with `tokenizer.apply_chat_template()` — local transformers backend now works with any model family
9
+
-**vLLM model name bug**: server model name from env var was not being passed through to API calls, causing 400 errors on providers like Groq
10
+
11
+
### Added
12
+
-**Pooled line classifier backend**: new `pooled` backend for sentence-level classification
13
+
-**LoRA auto-detection**: transformers backend auto-detects and loads LoRA/PEFT checkpoints
14
+
-**Batch extraction**: `extract_many()` with concurrent requests for remote backends
15
+
-**Encoder model**: token-level line classification with mmBERT
16
+
17
+
### Changed
18
+
-**Inference refactor**: shared `_build_messages()` used by both vLLM and transformers backends
19
+
-**Query tag**: renamed `<task>` to `<query>` in prompt formatting
0 commit comments