We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14eb64 commit 7c00aafCopy full SHA for 7c00aaf
.cspell.json
@@ -18,7 +18,8 @@
18
"tfjs",
19
"tmpdir",
20
"typeof",
21
- "vercel"
+ "vercel",
22
+ "webgl"
23
],
24
"ignorePaths": [
25
"**/.cspell.json",
.github/workflows/publish.yml
@@ -54,6 +54,9 @@ jobs:
54
# https://stackoverflow.com/a/35589472
55
run: |
56
npm install --build-from-source @tensorflow/tfjs-node@${{ matrix.tensorflow }}
57
+ 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
60
61
- name: Compile
62
id: compile
0 commit comments