From 29695baf2c7fe4580fd25333076169ef096ed312 Mon Sep 17 00:00:00 2001 From: Keming Date: Tue, 27 Feb 2024 16:10:28 +0800 Subject: [PATCH] docs: update the macOS ARM64 in README Signed-off-by: Keming --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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