Skip to content

Commit

Permalink
release: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwangx committed Jan 7, 2025
1 parent 6f77e33 commit ee437cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The parameters that can be configured and their defaults are:

- `use_prefix_cache: bool = True ` - if True, stores the KV cache for all token positions before the optimized tokens

- `allow_non_ascii : bool = False` - if True, allows for non-ascii tokens in the optimized sequence
- `allow_non_ascii: bool = False` - if True, allows for non-ascii tokens in the optimized sequence

- `filter_ids: bool = True` - if True, only retains candidate sequences that are the same after tokenization and retokenization

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nanogcg"
version = "0.2.2"
version = "0.2.3"
authors = [
{ name="Justin Wang", email="[email protected]" },
]
Expand Down

0 comments on commit ee437cc

Please sign in to comment.