Skip to content

Commit e68648b

Browse files
author
RamanjaneyuluIdavalapati
committed
openblas path
1 parent e6c9a58 commit e68648b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wordvecspace/wordvecspace.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020
# $export WORDVECSPACE_BLAS_FPATH=/usr/lib/libopenblas.so.0
2121
BLAS_LIBRARY_FPATH = os.environ.get('WORDVECSPACE_BLAS_FPATH',
22-
#'/usr/lib/libopenblas.so.0',
23-
"/usr/lib/x86_64-linux-gnu/libopenblas.so.0")
22+
'/usr/lib/libopenblas.so.0')
2423
cblas = cdll.LoadLibrary(BLAS_LIBRARY_FPATH)
2524

2625
# Some OpenBlas constants

0 commit comments

Comments
 (0)