We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c700feb commit a30534dCopy full SHA for a30534d
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: |
26
python -m pip install transformers sklearn numpy
27
python -m pip install torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
28
- python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/papers-abstracts.json ${{ github.workspace }}/_site/tsne.json
+ python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/papers-abstract.json ${{ github.workspace }}/_site/tsne.json
29
- uses: actions/upload-artifact@v2
30
with:
31
name: site
0 commit comments