Skip to content

Commit a90c36a

Browse files
author
Lucas Hosseini
authored
Update INSTALL.md
1 parent 3c70207 commit a90c36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ calling a BLAS function. A simple way to check this
206206

207207
```python
208208
python -c "import faiss, numpy
209-
faiss.Kmeans(10, 20).train(numpy.random.rand(1000, 10).astype('float32'))"
209+
faiss.Kmeans(10, 20).train(numpy.random.rand(1000, 10).astype('float32'))
210210
```
211211

212212

0 commit comments

Comments
 (0)