We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bb209 commit 1a24f94Copy full SHA for 1a24f94
2 files changed
.github/actions/download-datasets/action.yml
@@ -7,7 +7,7 @@ runs:
7
with:
8
path: datasets
9
key: datasets-${{ hashFiles('datasets/populate') }} # Only invalidate cache when download script changes
10
- - if: steps.cache.outputs.cache-hit == 'false'
+ - if: steps.cache.outputs.cache-hit == '' || steps.cache.outputs.cache-hit == 'false'
11
run: datasets/populate
12
shell: bash
13
- uses: actions/upload-artifact@v7
discojs/package.json
@@ -20,7 +20,7 @@
20
"dependencies": {
21
"@epfml/isomorphic-wrtc": "1",
22
"@jimp/core": "1",
23
- "@jimp/plugin-resize": "^1.6.1",
+ "@jimp/plugin-resize": "1",
24
"@msgpack/msgpack": "3",
25
"@tensorflow/tfjs": "4",
26
"@xenova/transformers": "2",
0 commit comments