Skip to content

Commit f4f9722

Browse files
committed
Merge branch 'feature/vllm' of https://github.com/finitearth/promptolution into feature/vllm
2 parents 0eb701b + c5ac101 commit f4f9722

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Release Notes
22

3+
## Release v1.2.0
4+
### What's changed
5+
#### Added features
6+
* New LLM wrapper: VLLM for local inference with batches
7+
8+
**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v1.1.1...v1.2.0)
9+
310
## Release v1.1.1
411
### What's Changed
512
#### Further Changes:
613
- deleted poetry.lock
7-
- updated transformers dependency: bumped from 4.46.3 to 4.48.0
14+
- updated transformers dependency: bumped from 4.46.3 to 4.48.0
15+
16+
**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v1.1.0...v1.1.1)
817

918
## Release v1.1.0
1019
### What's changed
@@ -16,6 +25,8 @@
1625
* improved opros meta-prompt
1726
* added support for python versions from 3.9 onwards (previously 3.11)
1827

28+
**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v1.0.1...v1.1.0)
29+
1930
## Release v1.0.1
2031
### What's changed
2132
#### Added features
@@ -24,6 +35,8 @@
2435
#### Further Changes:
2536
* fixed release notes
2637

38+
**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v1.0.0...v1.0.1)
39+
2740
## Release v1.0.0
2841
### What's changed
2942
#### Added Features:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptolution"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = ""
55
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
66
readme = "README.md"

0 commit comments

Comments
 (0)