Commit f64dc3c
Update INSTALL.md to remove some raft references, add missing dependency (facebookresearch#4176)
Summary:
Pull Request resolved: facebookresearch#4176
For issue: facebookresearch#4175
Reproduce on CI by:
1. Update build-pull-request.yml and action.yml to only run `conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-cuvs`, and also start a tmate session.
2. Log into the host
3. `cd` to ~/miniconda3/bin. Try to import faiss. It fails
```
runner@fv-az802-878:~/miniconda3/bin$ ./python
Python 3.12.8 | packaged by conda-forge | (main, Dec 5 2024, 14:24:40) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import faiss
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/runner/miniconda3/lib/python3.12/site-packages/faiss/__init__.py", line 17, in <module>
from .loader import *
File "/home/runner/miniconda3/lib/python3.12/site-packages/faiss/loader.py", line 149, in <module>
from .swigfaiss import *
File "/home/runner/miniconda3/lib/python3.12/site-packages/faiss/swigfaiss.py", line 13, in <module>
from . import _swigfaiss
ImportError: libnvJitLink.so.12: cannot open shared object file: No such file or directory
>>>
```
Reviewed By: asadoughi
Differential Revision: D69278685
fbshipit-source-id: 44c476c9ab3de5a43edb6da45cbb32a80df901601 parent dd5453c commit f64dc3c
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments