presburger

Results 52 comments of presburger

@Sivannnnnn ``` git clone https://github.com/confluentinc/librdkafka.git cd librdkafka ./configure make sudo make install ``` try the above command. then rebuild milvus. old version kafka client go repo not contain arm binary...

can you offer command nvidia-smi outputs? @xionghuaidong

@xionghuaidong, Hi Is it possible to upgrade the nvidia driver to 535 or newer?

> > @xionghuaidong, Hi Is it possible to upgrade the nvidia driver to 535 or newer? > > @Presburger It's a bit complicated since the development machine is shared among...

@xionghuaidong hi, try change this line ``` "build_algo": "IVF_PQ", ``` to ``` "build_algo": "NN_DESCENT", ``` some GPU use IVF_PQ build graph maybe very very slow.

Please check if there is any openblas related lib(cblas, lapack ... etc) in the system environment.