diff --git a/Cargo.lock b/Cargo.lock index 0db718e2..7c3fc5d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "mosec" -version = "0.8.3" +version = "0.8.4" dependencies = [ "async-channel", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index a7ed96c0..c21fc7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mosec" -version = "0.8.3" +version = "0.8.4" authors = ["Keming ", "Zichen "] edition = "2021" license = "Apache-2.0" diff --git a/README.md b/README.md index 11fe85c2..157f2d7c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Mosec is a high-performance and flexible model serving framework for building ML ## Installation -Mosec requires Python 3.7 or above. Install the latest [PyPI package](https://pypi.org/project/mosec/) for Linux x86_64 or macOS x86_64 with: +Mosec requires Python 3.7 or above. Install the latest [PyPI package](https://pypi.org/project/mosec/) for Linux x86_64 or macOS x86_64/ARM64 with: ```shell pip install -U mosec