win10下faiss和deepmatch包的安装

安装

win10下安装faiss和deepmatch,可分别用以下两个指令完成安装(我这里采用的都是CPU版本的)
faiss采用的安装指令为

 conda install -c pytorch/label/nightly faiss-cpu

deepmatch采用的安装指令为

pip install deepmatch[cpu]

deepmatch的GPU版本的安装可以点上面的链接查看。

你可能感兴趣的:(python)