We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a9f8c commit 6f1816fCopy full SHA for 6f1816f
CHANGELOG.md
@@ -11,6 +11,10 @@
11
### Breaking Changes
12
...
13
14
+## 9.0.1
15
+### Fixes
16
+ - Fixes an incompatibility where models with tokenizer with no whitespace prefix could not be used for qa examples. Now, no error will be thrown.
17
+
18
## 9.0.0
19
20
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "intelligence-layer"
7
-version = "9.0.0"
+version = "9.0.1"
8
description = ""
9
authors = ["Aleph Alpha Engineering <engineering@aleph-alpha.com>"]
10
readme = "README.md"
0 commit comments