fix: custom numpy embeddings outlier reduction, bypasses cuML entirely #117
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [push] | |
| jobs: | |
| paper: | |
| runs-on: ubuntu-latest | |
| name: Paper Draft | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| with: | |
| lfs: true | |
| - name: Build draft PDF | |
| uses: openjournals/openjournals-draft-action@master | |
| with: | |
| journal: joss | |
| # This should be the path to your paper.md file | |
| paper-path: paper/paper.md | |
| - name: Upload | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: paper | |
| path: paper/paper.pdf |