From 1ed702f7130737d380f15ea9b9a263635039f1af Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 16 Aug 2022 20:25:26 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3b6ee..a56e91a 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ If you want to GPU Accelerated execution in NodeJS, you must have CUDA libraries Then install appropriate version of `FaceAPI`: ```shell - npm install @tensorflow/tfjs-node + npm install @tensorflow/tfjs-node-gpu npm install @vladmandic/face-api ```