2023-01-30 23:44:58 +00:00
|
|
|
0.1.1 - Unreleased
|
2023-01-28 07:13:56 +00:00
|
|
|
---------------------
|
2023-03-12 04:05:41 +00:00
|
|
|
Added
|
|
|
|
^^^^^
|
|
|
|
* Async support in arun_batch
|
|
|
|
|
|
|
|
Fixed
|
|
|
|
^^^^^
|
|
|
|
* Batched runs now caches individual items
|
|
|
|
* Score prompt does not truncate outside token
|
2023-01-28 07:13:56 +00:00
|
|
|
|
2023-03-12 04:05:41 +00:00
|
|
|
Removed
|
|
|
|
^^^^^
|
|
|
|
* Deprecated chatGPT in favor of openaichat which uses OpenAI completions
|
|
|
|
* Deprecated Sessions
|
2023-01-28 07:13:56 +00:00
|
|
|
|
2023-01-30 23:44:58 +00:00
|
|
|
0.1.0 - 2022-01-31
|
2022-11-11 08:19:27 +00:00
|
|
|
---------------------
|
|
|
|
Added
|
|
|
|
^^^^^
|
|
|
|
* Batched inference support in `manifest.run`. No more separate `manifest.run_batch` method.
|
|
|
|
* Standard request base model for all language inputs.
|
2023-01-08 22:58:12 +00:00
|
|
|
* ChatGPT client. Requires CHATGPT_SESSION_KEY to be passed in.
|
|
|
|
* Diffusion model support
|
2023-01-28 07:13:56 +00:00
|
|
|
* Together model support
|
2022-11-11 08:19:27 +00:00
|
|
|
|
|
|
|
Removed
|
|
|
|
^^^^^^^
|
|
|
|
* `Prompt` class
|
|
|
|
* `OPT` client - OPT is now available in HuggingFace
|
|
|
|
|
|
|
|
0.0.1 - 2022-11-08
|
|
|
|
-------------------
|
|
|
|
First major pip release of Manifest. Install via `pip install manifest-ml`.
|
|
|
|
|
|
|
|
|
|
|
|
.. _@lorr1: https://github.com/lorr1
|