Skip to content

Commit

Permalink
Implement Indexing for RabitQ (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvhong authored Dec 1, 2024
1 parent 58e549c commit 290fafa
Show file tree
Hide file tree
Showing 7 changed files with 1,017 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install hdf5 library
run: sudo apt-get install -y libhdf5-dev protobuf-compiler
- name: Install dependencies
run: sudo apt-get install -y libhdf5-dev protobuf-compiler libopenblas-dev
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand All @@ -22,8 +22,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install hdf5 library and protobuf
run: brew install hdf5 protobuf
- name: Install dependencies
run: brew install hdf5 protobuf openblas
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 290fafa

Please sign in to comment.