You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use it, we need to first install faiss in the following way:
···
conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8.0
···
But there are still environment issues here:
mast3r processor need to import asmk_method which is a very old project: https://github.com/jenicek/asmk
When I try to install it follow their description, I find that I do not have the following:
cython/hamming.c:209:12: fatal error: longintrepr.h: No such file or directory
209 | #include "longintrepr.h"
| ^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
I am trying to use demo_glomap.
To use it, we need to first install faiss in the following way:
···
conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8.0
···
But there are still environment issues here:
mast3r processor need to import asmk_method which is a very old project: https://github.com/jenicek/asmk
When I try to install it follow their description, I find that I do not have the following:
The text was updated successfully, but these errors were encountered: