Unverified Commit a90c36a3 authored by Lucas Hosseini's avatar Lucas Hosseini Committed by GitHub

Update INSTALL.md

parent 3c70207d
......@@ -206,7 +206,7 @@ calling a BLAS function. A simple way to check this
```python
python -c "import faiss, numpy
faiss.Kmeans(10, 20).train(numpy.random.rand(1000, 10).astype('float32'))"
faiss.Kmeans(10, 20).train(numpy.random.rand(1000, 10).astype('float32'))
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment