Skip to content

Commit

Permalink
🤯 This should fix the release issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentruewang committed May 7, 2024
1 parent b559135 commit 05cc7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bocoel"
version = "0.1.1"
version = "0.1.2"
description = "Bayesian Optimization as a Coverage Tool for Evaluating Large Language Models"
authors = [
{name = "RenChu Wang", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/bocoel/core/optim/ax/surrogates/supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from bocoel.common import StrEnum


class MLLOptions(TypedDict):
class (TypedDict):
num_samples: NotRequired[int]
warmup_steps: NotRequired[int]

Expand Down

0 comments on commit 05cc7ef

Please sign in to comment.