Skip to content

Commit

Permalink
Test change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702013847
  • Loading branch information
sdenton4 committed Dec 2, 2024
1 parent b9eaec7 commit 2f9f95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install absl-py
pip install requests
pip install tensorflow-cpu
pip install git+https://github.com/googlestaging/hoplite.git
pip install git+https://github.com/google-research/hoplite.git
- name: Test db with unittest
run: python -m unittest discover -s hoplite/db/tests -p "*test.py"
- name: Test taxonomy with unittest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hoplite is a system for storing large volumes of embeddings from machine
perception models. We focus on combining vector search with active learning
workflows, aka [agile modeling](https://arxiv.org/abs/2302.12948).

While we get this documentation ready, we recommend checking out the main
While we get this documentation ready, we recommend checking out the main
[Perch repository](https://github.com/google-research/perch).

# Disclaimer
Expand Down

0 comments on commit 2f9f95d

Please sign in to comment.