Skip to content

Commit

Permalink
Added insert
Browse files Browse the repository at this point in the history
  • Loading branch information
Terézia Slanináková committed Mar 18, 2024
1 parent 3e84db4 commit 5342629
Show file tree
Hide file tree
Showing 6 changed files with 3,324 additions and 17 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Push events on main and dev branch
- main
- dev
- dynamic-lmi
# Sequence of patterns matched against refs/tags
tags: '*'

Expand Down Expand Up @@ -113,10 +114,5 @@ jobs:
conda install matplotlib pandas scikit-learn
pip install h5py setuptools tqdm faiss-cpu
pip install torch --index-url https://download.pytorch.org/whl/cpu
- name: Run learned index
shell: bash -el {0}
run: |
conda activate env
pip install --editable .
python3 search/search.py
python3 eval/eval.py
- name: Run tests
run: pytest
Loading

0 comments on commit 5342629

Please sign in to comment.