Releases: amaiya/ktrain
Releases · amaiya/ktrain
v0.41.4
v0.41.3
0.41.3 (2024-04-05)
new:
- N/A
changed
- N/A
fixed:
- Removed
tf_keras
as dependencies due to issues in varioius dependencies
related to TF 2.16 and allow TF to prompt user for it (#528) - Removed auto-setting
TF_USE_LEGACY_KERAS
, as it causes problems intensorflow<2.16
(#528) - Unpin
transformers
due to incompatibilites with different versions of TensorFlow.
0.41.2
v0.41.1
v0.41.0
0.41.0 (2024-02-20)
new:
- N/A
changed
- Breaking Change: Removed the
ktrain.text.qa.generative_qa
module. Users should use our OnPrem.LLM for generative question-answering (#522)
fixed:
- use arrays in
TextPredictor
due to possible issues withtf.Dataset
(#521)
v0.40.0
v0.39.0
v0.38.0
0.38.0 (2023-09-05)
new:
- N/A
changed
- Breaking Change: The
generative_ai.LLM
class replacesgenerative_ai.GenerativeAI
is now powered by our OnPrem.LLM package (see [example notebook](https:// nbviewer.org/github/amaiya/ktrain/blob/develop/examples/text/generative_ai_example.ipynb)). GenerativeQA
now recomendslangchain==0.0.240
fixed:
- N/A