From abc8707f5253bc4394ca1f29e151a832208f8708 Mon Sep 17 00:00:00 2001 From: Yichen Zhou Date: Fri, 17 May 2024 10:28:34 -0700 Subject: [PATCH] Update README.md Explicitly state that we for now don't support apple silicon and are working on a fix. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b7e5fb7..41d3f82 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,7 @@ to install the package. 1. Running the provided benchmarks would require additional dependencies. Please use the environment files under `experiments` instead. -2. The dependency `lingvo` does not support `pip install` for macOS. For now you -can manually install it from the source following [these instructions](https://github.com/tensorflow/lingvo). +2. The dependency `lingvo` does not support ARM architectures, and the code is not working for machines with Apple silicon. We are aware of this issue and are working on a solution. Stay tuned. ## Usage