-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
TensorFlow.js version
tfjs-node-gpu 1.2.10
Code to reproduce the bug / link to feature request
Just add "@tensorflow/tfjs-node-gpu": "1.2.10" as a dependency in package.json and do yarn.
See the following error:
[4/4] Building fresh packages...
error /home/cais/tf-scratch/tfjs-node-6/node_modules/@tensorflow/tfjs-node-gpu: Command failed.
Exit code: 1
Command: ./prep-gpu.sh
Arguments:
Directory: /home/cais/tf-scratch/tfjs-node-6/node_modules/@tensorflow/tfjs-node-gpu
Output:
cp: cannot stat '../tfjs-node/src': No such file or directory
The same workflow works fine for tfjs-node 1.2.10 (CPU version) and for tfjs-node-gpu 1.2.9.