[tfjs-node]: upgrade TF to 2.9.1 (#6786)

Fixes #6784
This commit is contained in:
Rajeshwar Reddy T 2022-08-24 11:00:05 -07:00 committed by GitHub
parent 8db84ff96c
commit 29d9be90bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const modulePath =
module_path_napi.replace('{napi_build_version}', process.versions.napi);
/** Version of the libtensorflow shared library to depend on. */
const LIBTENSORFLOW_VERSION = '2.7.3';
const LIBTENSORFLOW_VERSION = '2.9.1';
/** Map the os.arch() to arch string in a file name */
const ARCH_MAPPING = {