Skip to content

Commit

Permalink
Fixing typos in READMEs (#8213)
Browse files Browse the repository at this point in the history
* fix: typo in README.md

* Update README.md
  • Loading branch information
Branchverse authored Apr 12, 2024
1 parent c465681 commit 3fbd65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfjs-backend-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tfjs-tflite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3fbd65e

Please sign in to comment.