Skip to content

Commit ed45657

Browse files
radekosmulskiedknv
andauthored
asvdb tracking for next item prediction (#1042)
* add initial test under tests/benchmark --------- Co-authored-by: edknv <[email protected]>
1 parent ede0ef8 commit ed45657

File tree

6 files changed

+333
-205
lines changed

6 files changed

+333
-205
lines changed

.github/workflows/tensorflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
python -m pip install "tensorflow${{ matrix.tensorflow-version }}"
7575
python -m pip install ".[tensorflow-dev]"
7676
pip install "tritonclient[all]"
77+
pip install git+https://github.com/rapidsai/asvdb.git
7778
- name: Build
7879
run: |
7980
python setup.py develop
@@ -134,6 +135,7 @@ jobs:
134135
python -m pip install "tensorflow${{ matrix.tensorflow-version }}"
135136
python -m pip install ".[tensorflow-dev]"
136137
pip install "tritonclient[all]"
138+
pip install git+https://github.com/rapidsai/asvdb.git
137139
- name: Build
138140
run: |
139141
python setup.py develop

0 commit comments

Comments
 (0)