From 3fbd65e2f24f0eb2a1dc0652a88e30373a4158f3 Mon Sep 17 00:00:00 2001 From: Branchverse Date: Fri, 12 Apr 2024 19:51:09 +0200 Subject: [PATCH] Fixing typos in READMEs (#8213) * fix: typo in README.md * Update README.md --- tfjs-backend-wasm/README.md | 2 +- tfjs-tflite/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-backend-wasm/README.md b/tfjs-backend-wasm/README.md index 59397cfb83a..322a80fa5a6 100644 --- a/tfjs-backend-wasm/README.md +++ b/tfjs-backend-wasm/README.md @@ -47,7 +47,7 @@ tf.setBackend('wasm').then(() => main()); Starting from Chrome 92 (to be released around July 2021), **cross-origin isolation** needs to be set up in your site in order to take advantage of the multi-threading support in WASM backend. Without this, the backend -will fallback to the WASM binary with SIMD-only support (or the vanila version +will fallback to the WASM binary with SIMD-only support (or the vanilla version if SIMD is not enabled). Without multi-threading support, certain models might not achieve the best performance. diff --git a/tfjs-tflite/README.md b/tfjs-tflite/README.md index 391c00b2806..9098768ebc5 100644 --- a/tfjs-tflite/README.md +++ b/tfjs-tflite/README.md @@ -88,7 +88,7 @@ enabled by default. In older versions of Chrome, they can be enabled in Starting from Chrome 92, **cross-origin isolation** needs to be set up in your site in order to take advantage of the multi-threading support. Without this, it -will fallback to the WASM binary with SIMD-only support (or the vanila version +will fallback to the WASM binary with SIMD-only support (or the vanilla version if SIMD is not enabled). Without multi-threading support, certain models might not achieve the best performance. See [here][cross origin setup steps] for the high-level steps to set up the cross-origin isolation.