JSPM

  • Created
  • Published
  • Downloads 377
  • Score
    100M100P100Q97528F
  • License MIT

The matrix of releases for tfjs-node-lambda.

Package Exports

  • tfjs-node-lambda-releases
  • tfjs-node-lambda-releases/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tfjs-node-lambda-releases) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tfjs-node-lambda-releases

This package only contains the releases for tfjs-node-lambda. A release is the @tensorflow/tfjs-node package and its dependencies compiled and exported for AWS Lambda Node, which is bundled with tar and then compressed with brotli (highest quality).

See the GitHub repository for version information. This package will always contain a matrix of the currently supported AWS Lambda Node environments and the @tensorflow/tfjs-node latest major versions.

Example matrix:

{
  "lambda": ["nodejs10.x", "nodejs12.x"],
  "tensorflow": ["1.7.4", "2.7.0"]
}

Example releases:

nodejs10.x-tf1.7.4.br
nodejs10.x-tf2.7.0.br
nodejs12.x-tf1.7.4.br
nodejs12.x-tf2.7.0.br

Using GitHub actions, these versions are updated daily around midnight. Lock your version by running:

npm install --save --save-exact tfjs-node-lambda tfjs-node-lambda-helpers
npm install --save-dev --save-exact tfjs-node-lambda-releases @tensorflow/tfjs-node @tensorflow/tfjs

Double check that you installed matching version numbers for both.