mirror of https://github.com/tensorflow/tfjs.git
parent
8db84ff96c
commit
29d9be90bb
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue