Skip to content

Commit

Permalink
asvdb tracking for next item prediction (#1042)
Browse files Browse the repository at this point in the history
* add initial test under tests/benchmark

---------

Co-authored-by: edknv <[email protected]>
  • Loading branch information
radekosmulski and edknv authored Jun 12, 2023
1 parent ede0ef8 commit ed45657
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 205 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
python -m pip install "tensorflow${{ matrix.tensorflow-version }}"
python -m pip install ".[tensorflow-dev]"
pip install "tritonclient[all]"
pip install git+https://github.com/rapidsai/asvdb.git
- name: Build
run: |
python setup.py develop
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
python -m pip install "tensorflow${{ matrix.tensorflow-version }}"
python -m pip install ".[tensorflow-dev]"
pip install "tritonclient[all]"
pip install git+https://github.com/rapidsai/asvdb.git
- name: Build
run: |
python setup.py develop
Expand Down
Loading

0 comments on commit ed45657

Please sign in to comment.