mirror of
https://github.com/HazyResearch/manifest
synced 2024-11-18 09:25:48 +00:00
49 lines
1.0 KiB
ReStructuredText
49 lines
1.0 KiB
ReStructuredText
0.1.4 - Unreleased
|
|
---------------------
|
|
Added
|
|
^^^^^
|
|
* Connection pools to swap between clients
|
|
* Chunksize param for async runs
|
|
|
|
Fixed
|
|
^^^^^
|
|
* Determine cache and response by request type, not client name
|
|
|
|
0.1.1
|
|
---------------------
|
|
Added
|
|
^^^^^
|
|
* Async support in arun_batch
|
|
|
|
Fixed
|
|
^^^^^
|
|
* Batched runs now caches individual items
|
|
* Score prompt does not truncate outside token
|
|
|
|
Removed
|
|
^^^^^
|
|
* Deprecated chatGPT in favor of openaichat which uses OpenAI completions
|
|
* Deprecated Sessions
|
|
|
|
0.1.0 - 2022-01-31
|
|
---------------------
|
|
Added
|
|
^^^^^
|
|
* Batched inference support in `manifest.run`. No more separate `manifest.run_batch` method.
|
|
* Standard request base model for all language inputs.
|
|
* ChatGPT client. Requires CHATGPT_SESSION_KEY to be passed in.
|
|
* Diffusion model support
|
|
* Together model support
|
|
|
|
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
|