Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Oct 4, 2023
1 parent 503c44e commit 2d5b3e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Features
## Fixes and improvements

# v0.2.1 (10/03/2023)

## Fixes and improvements
* set default num_replicas_per_device for ctranslate2 backend to increase parallelism.

# v0.2.0 (10/03/2023)
## Features
### Chat Model & Web Interface
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.3.0-dev"
version = "0.2.1"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.3.0-dev"
version = "0.2.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 2d5b3e4

Please sign in to comment.