Skip to content

Commit d2f8d35

Browse files
cashmeta-codesync[bot]
authored andcommitted
removed conda-forge install documentation (facebookresearch#4843)
Summary: The last build pushed to conda-forge was 1.9 in December 2024. Removing the instructions in INSTALL.md for now on using conda-forge to not be misleading. Pull Request resolved: facebookresearch#4843 Reviewed By: mnorris11 Differential Revision: D94739268 Pulled By: gtwang01 fbshipit-source-id: 7740161481f7f0fb3d099ec4bd54f964b009aadf
1 parent c90c9dc commit d2f8d35

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

INSTALL.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,6 @@ conda activate faiss_1.8.0
5252
conda install -c pytorch -c nvidia faiss-gpu=1.8.0 pytorch=*=*cuda* pytorch-cuda=11 numpy
5353
```
5454

55-
## Installing from conda-forge
56-
57-
Faiss is also being packaged by [conda-forge](https://conda-forge.org/), the
58-
community-driven packaging ecosystem for conda. The packaging effort is
59-
collaborating with the Faiss team to ensure high-quality package builds.
60-
61-
Due to the comprehensive infrastructure of conda-forge, it may even happen that
62-
certain build combinations are supported in conda-forge that are not available
63-
through the pytorch channel. To install, use
64-
65-
``` shell
66-
# CPU version
67-
$ conda install -c conda-forge faiss-cpu
68-
69-
# GPU version
70-
$ conda install -c conda-forge faiss-gpu
71-
72-
# NVIDIA cuVS and AMD ROCm version not yet available
73-
```
74-
75-
You can tell which channel your conda packages come from by using `conda list`.
76-
If you are having problems using a package built by conda-forge, please raise
77-
an [issue](https://github.com/conda-forge/faiss-split-feedstock/issues) on the
78-
conda-forge package "feedstock".
79-
8055
# Building from source
8156

8257
Faiss can be built from source using CMake.

0 commit comments

Comments
 (0)