0.0.1
版本发布时间: 2023-05-25 22:37:58
outlines-dev/outlines最新发布版本:0.0.11(2023-11-15 20:45:59)
What's Changed
- Parse scripts and transpile to Outlines graphs by @rlouf in https://github.com/normal-computing/outlines/pull/10
- Add
LanguageModel
Op and integration with HuggingFace's GPT2 implementation by @rlouf in https://github.com/normal-computing/outlines/pull/30 - Add
ImageVariable
Op and integrations with HF's StableDiffusion implementation by @rlouf in https://github.com/normal-computing/outlines/pull/33 - Add an interactive execution mode by @rlouf in https://github.com/normal-computing/outlines/pull/34
- Integrate all causal LM models available with HuggingFace's
transformers
library by @rlouf in https://github.com/normal-computing/outlines/pull/37 - Integration with the OpenAI API by @rlouf in https://github.com/normal-computing/outlines/pull/38
- Simplify and clean the codebase by @rlouf in https://github.com/normal-computing/outlines/pull/40
- Add decorator to turn python functions into an Op by @rlouf in https://github.com/normal-computing/outlines/pull/41
- Add
eval
method andchain
function to compile outlines graphs by @rlouf in https://github.com/normal-computing/outlines/pull/42 - Refactor the language model interface by @rlouf in https://github.com/normal-computing/outlines/pull/44
- Add
max_tokens
andtemperature
kwargs for thetext.completion
operator by @rlouf in https://github.com/normal-computing/outlines/pull/45 - Image generation by @rlouf in https://github.com/normal-computing/outlines/pull/46
- Remove the symbolic structure by @rlouf in https://github.com/normal-computing/outlines/pull/48
- Update the BabyAGI example by @rlouf in https://github.com/normal-computing/outlines/pull/57
- Add integration with the OpenAI embeddings endpoint by @rlouf in https://github.com/normal-computing/outlines/pull/59
- Add integration for OpenAI's image generation API by @rlouf in https://github.com/normal-computing/outlines/pull/60
- Remove whitespaces introduced by the use of
\
by @rlouf in https://github.com/normal-computing/outlines/pull/63 - Remove chat completion and refactor the model router by @rlouf in https://github.com/normal-computing/outlines/pull/65
- Add
tool
decorator to automatically document tools by @rlouf in https://github.com/normal-computing/outlines/pull/64 - Add a utility to build "natural language functions" by @rlouf in https://github.com/normal-computing/outlines/pull/66
- Add an in-memory vector store by @rlouf in https://github.com/normal-computing/outlines/pull/67
- Use Jinja filters instead of a
tool
decorator by @rlouf in https://github.com/normal-computing/outlines/pull/69 - Use
tempfile
to generate test cache directories by @brandonwillard in https://github.com/normal-computing/outlines/pull/74 - Add "Pick the odd one out" example by @rlouf in https://github.com/normal-computing/outlines/pull/84
- Update the BabyAGI demo by @brandonwillard in https://github.com/normal-computing/outlines/pull/73
- Add react example by @rlouf in https://github.com/normal-computing/outlines/pull/83
- Remove the
completion
decorator by @rlouf in https://github.com/normal-computing/outlines/pull/86 - Add documentation draft by @rlouf in https://github.com/normal-computing/outlines/pull/92
- Update the documentation with installation instructions and overview by @rlouf in https://github.com/normal-computing/outlines/pull/94
- Takes several samples from the generative models by @rlouf in https://github.com/normal-computing/outlines/pull/95
- Add type constraint to generation by @rlouf in https://github.com/normal-computing/outlines/pull/91
- Allow disabling caching by @rlouf in https://github.com/normal-computing/outlines/pull/102
- Pretty print dictionary when passed to prompt by @rlouf in https://github.com/normal-computing/outlines/pull/103
- Add tests for the HuggingFace integrations by @rlouf in https://github.com/normal-computing/outlines/pull/105
- Move stop_at parameter to completion call by @brosand in https://github.com/normal-computing/outlines/pull/110
- Add
is_in
andstop_at
generation constraints totransformers
integration by @rlouf in https://github.com/normal-computing/outlines/pull/108 - Simplify the OpenAI text completion interface by @rlouf in https://github.com/normal-computing/outlines/pull/112
- Add a Conda dev environment file by @brandonwillard in https://github.com/normal-computing/outlines/pull/114
- Add LICENSE by @rlouf in https://github.com/normal-computing/outlines/pull/111
- Update the README by @rlouf in https://github.com/normal-computing/outlines/pull/113
- Update the documentation before release by @rlouf in https://github.com/normal-computing/outlines/pull/104
New Contributors
- @brandonwillard made their first contribution in https://github.com/normal-computing/outlines/pull/74
Full Changelog: https://github.com/normal-computing/outlines/commits/0.0.1