Skip to content

Commit 3df70c7

Browse files
authored
Merge pull request #59 from automl/fix/links_and_versioning
Fix/links and versioning
2 parents 61ddacc + 99469e5 commit 3df70c7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
![Coverage](https://img.shields.io/badge/Coverage-91%25-brightgreen)
3-
[![CI](https://github.com/finitearth/promptolution/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/finitearth/promptolution/actions/workflows/ci.yml)
4-
[![Docs](https://github.com/finitearth/promptolution/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/finitearth/promptolution/actions/workflows/docs.yml)
3+
[![CI](https://github.com/automl/promptolution/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/automl/promptolution/actions/workflows/ci.yml)
4+
[![Docs](https://github.com/automl/promptolution/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/automl/promptolution/actions/workflows/docs.yml)
55
![Code Style](https://img.shields.io/badge/Code%20Style-black-black)
66
![Python Versions](https://img.shields.io/badge/Python%20Versions-≥3.10-blue)
7-
[![Getting Started](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/finitearth/promptolution/blob/main/tutorials/getting_started.ipynb)
7+
[![Getting Started](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/automl/promptolution/blob/main/tutorials/getting_started.ipynb)
88

99
![promptolution](https://github.com/user-attachments/assets/84c050bd-61a1-4f2e-bc4e-874d9b4a69af)
1010

@@ -29,7 +29,7 @@
2929
* Built-in response caching to save costs and parallelized inference for speed.
3030
* Detailed logging and token usage tracking for granular post-hoc analysis.
3131

32-
Have a look at our [Release Notes](https://finitearth.github.io/promptolution/release-notes/) for the latest updates to promptolution.
32+
Have a look at our [Release Notes](https://automl.github.io/promptolution/release-notes/) for the latest updates to promptolution.
3333

3434
## 📦 Installation
3535

@@ -46,28 +46,28 @@ pip install promptolution[vllm,transformers]
4646
From source:
4747

4848
```
49-
git clone https://github.com/finitearth/promptolution.git
49+
git clone https://github.com/automl/promptolution.git
5050
cd promptolution
5151
poetry install
5252
```
5353

5454
## 🔧 Quickstart
5555

5656
Start with the **Getting Started tutorial**:
57-
[https://github.com/finitearth/promptolution/blob/main/tutorials/getting_started.ipynb](https://github.com/finitearth/promptolution/blob/main/tutorials/getting_started.ipynb)
57+
[https://github.com/automl/promptolution/blob/main/tutorials/getting_started.ipynb](https://github.com/automl/promptolution/blob/main/tutorials/getting_started.ipynb)
5858

5959
Full docs:
60-
[https://finitearth.github.io/promptolution/](https://finitearth.github.io/promptolution/)
60+
[https://automl.github.io/promptolution/](https://automl.github.io/promptolution/)
6161

6262

6363
## 🧠 Featured Optimizers
6464

6565
| **Name** | **Paper** | **Init prompts** | **Exploration** | **Costs** | **Parallelizable** | **Few-shot** |
6666
| ---- | ---- | ---- |---- |---- | ----|---- |
67-
| `CAPO` | [Zehle et al., 2025](https://arxiv.org/abs/2504.16005) | required | 👍 | 💲 |||
68-
| `EvoPromptDE` | [Guo et al., 2023](https://arxiv.org/abs/2309.08532) | required | 👍 | 💲💲 |||
69-
| `EvoPromptGA` | [Guo et al., 2023](https://arxiv.org/abs/2309.08532) | required | 👍 | 💲💲 |||
70-
| `OPRO` | [Yang et al., 2023](https://arxiv.org/abs/2309.03409) | optional | 👎 | 💲💲 |||
67+
| `CAPO` | [Zehle et al., 2025](https://openreview.net/forum?id=UweaRrg9D0) | required | 👍 | 💲 |||
68+
| `EvoPromptDE` | [Guo et al., 2023](https://openreview.net/forum?id=ZG3RaNIsO8) | required | 👍 | 💲💲 |||
69+
| `EvoPromptGA` | [Guo et al., 2023](https://openreview.net/forum?id=ZG3RaNIsO8) | required | 👍 | 💲💲 |||
70+
| `OPRO` | [Yang et al., 2023](https://openreview.net/forum?id=Bb4VGOWELI) | optional | 👎 | 💲💲 |||
7171

7272
## 🏗 Components
7373

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 = "2.1.0"
3+
version = "2.2.0"
44
description = "A framework for prompt optimization and a zoo of prompt optimization algorithms."
55
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
66
readme = "README.md"

0 commit comments

Comments
 (0)