Faiss: Difference between revisions

Jump to navigation Jump to search
3 bytes removed ,  6 months ago
Marked this version for translation
No edit summary
(Marked this version for translation)
Line 8: Line 8:
__TOC__
__TOC__


== Python bindings == <!--T:3-->
== Python bindings == <!--T:3-->
The module contains bindings for multiple Python versions.  
The module contains bindings for multiple Python versions.  
To discover which are the compatible Python versions, run
To discover which are the compatible Python versions, run
Line 16: Line 16:
where <TT>X.Y.Z</TT> represent the desired version.
where <TT>X.Y.Z</TT> represent the desired version.


=== Usage === <!--T:4-->
=== Usage === <!--T:4-->
1. Load the required modules.
1. Load the required modules.
{{Command|module load StdEnv/2023 gcc cuda faiss/X.Y.Z python/3.11}}
{{Command|module load StdEnv/2023 gcc cuda faiss/X.Y.Z python/3.11}}
Line 28: Line 28:
If the command displays nothing, the import was successful.
If the command displays nothing, the import was successful.


==== Available Python packages  ==== <!--T:7-->
==== Available Python packages  ==== <!--T:7-->
Other Python packages depend on <tt>faiss-cpu</tt> or <tt>faiss-gpu</tt> bindings in order to be installed.
Other Python packages depend on <tt>faiss-cpu</tt> or <tt>faiss-gpu</tt> bindings in order to be installed.
The <code>faiss</code> module provides:
The <code>faiss</code> module provides:
rsnt_translations
56,420

edits

Navigation menu