Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-r-4978 authored Sep 15, 2020
1 parent 66377f5 commit 3f12ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ To add a dependency on JFaiss-CPU using Maven, use
## Build JAR (maven)

Run the test cases
```
```sh
mvn clean test -Dtest=FaissTestRunner
```

Creating a JAR
```
```sh
mvn package
```

## Building from source (docker)

Install faiss and generate required Java files
```
```sh
git clone https://github.com/RamanRajarathinam/JFaiss-CPU.git
cd JFaiss-CPU
git submodule update --init
Expand All @@ -46,7 +46,7 @@ This will generate required `.java` files from `swigfaiss.swig`

## To-do

* [ ] Publish to mvn
* [x] Publish to mvn
* [ ] GPU support

## Reference
Expand Down

0 comments on commit 3f12ff4

Please sign in to comment.