Skip to content

Commit 73edc69

Browse files
committed
fix: 🐛 include tfjs-backend-webgl and tfjs-converter
1 parent d9d6f21 commit 73edc69

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
run: |
5656
npm install --build-from-source @tensorflow/tfjs-node@${{ matrix.tensorflow }}
5757
npx [email protected] -n default:caution --no-progress --run
58-
rm -rf node_modules/@tensorflow/tfjs-backend-webgl
59-
rm -rf node_modules/@tensorflow/tfjs-converter
6058
6159
- name: Compile
6260
id: compile

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfjs-node-lambda",
3-
"version": "2.0.24",
3+
"version": "3.0.0",
44
"description": "Loadable @tensorflow/tfjs-node compiled for lambda. Avoid native module errors and package size limits.",
55
"keywords": [
66
"tensorflow",

0 commit comments

Comments
 (0)