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 7c027d7 commit c700febCopy full SHA for c700feb
.github/workflows/deploy.yml
@@ -24,5 +24,9 @@ jobs:
24
architecture: x64
25
- run: |
26
python -m pip install transformers sklearn numpy
27
- python -m pip install pip install torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
+ 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
29
+ - uses: actions/upload-artifact@v2
30
+ with:
31
+ name: site
32
+ path: ${{ github.workspace }}/_site/
0 commit comments