Skip to content

Commit b2a1070

Browse files
Add tfjs-tflite-node link to delegate READMEs (#45)
1 parent bd18947 commit b2a1070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coral-tflite-delegate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Coral Delegate for tfjs-tflite-node
2-
The `coral-tflite-delegate` package adds support for [Coral EdgeTPU Accelerators](https://coral.ai/products/accelerator/) to tfjs-tflite-node.
2+
The `coral-tflite-delegate` package adds support for [Coral EdgeTPU Accelerators](https://coral.ai/products/accelerator/) to [tfjs-tflite-node](https://www.npmjs.com/package/tfjs-tflite-node).
33

44
## Installing
55
This package depends on the [EdgeTPU Runtime Library (libedgetpu)](https://github.com/google-coral/libedgetpu). Follow the [instructions here](https://coral.ai/docs/accelerator/get-started#1-install-the-edge-tpu-runtime) to install it on Linux (x64, arm64), Mac (x64), or Windows (x64). libedgetpu can also be [built from source](https://github.com/google-coral/libedgetpu#building) if binaries are not available for your platform.

webnn-tflite-delegate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WebNN Delegate for tfjs-tflite-node
2-
The `webnn-tflite-delegate` package adds support for [Web Neural Network API](https://www.w3.org/TR/webnn/) (WebNN API) to tfjs-tflite-node.
2+
The `webnn-tflite-delegate` package adds support for [Web Neural Network API](https://www.w3.org/TR/webnn/) (WebNN API) to [tfjs-tflite-node](https://www.npmjs.com/package/tfjs-tflite-node).
33

44
## Dependencies
55

0 commit comments

Comments
 (0)