We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950eeb8 commit b50e9acCopy full SHA for b50e9ac
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
architecture: x64
24
- name: Compute tSNE Embeddings
25
run: |
26
- python -m pip install transformers sklearn numpy
+ python -m pip install transformers scikit-learn numpy
27
python -m pip install torch==1.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
28
python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/paper-abstracts.json ${{ github.workspace }}/_site/tsne.json
29
- name: Compute topics
0 commit comments