Amir Sadoughi
Amir Sadoughi
As an additional safeguard, add a nanny process to terminate Rabit in case it hangs at the end of training unexpectedly.
src/sagemaker_xgboost_container/algorithm_mode/serve.py
for convenience it would be nice if the factory string parser would accept strings like IVF65k,Flat or IVF1M,Flat
# Summary Use Python [__slots__](https://docs.python.org/3/reference/datamodel.html#slots) to specify public member variables on C++ classes to avoid silent failures. # Reproduction instructions ``` index = faiss.index_factory(256, “OPQ64,IVF16384,PQ64”) index.nprobe = 16 ``` In...
ran with numpy==2.1.0 on OS X * need to understand why SWIG is not converting np.float32 as float * as it was before * numpy/numpy/18058 mentions we should be using...
# Summary Instead of users self-reporting the various stats below, let's build a utility method that capture the relevant information: ``` OS: Faiss version: Installed from: Faiss compilation options: Running...
# Summary While the current [wiki](https://github.com/facebookresearch/faiss/wiki/Setting-search-parameters-for-one-query#searching-in-a-subset-of-elements) accurately describes IDSelector and its subclasses behavior there currently aren't any examples of how to use it with a high-level application such as using...
Python 3.13 was released on October 7th: https://docs.python.org/3/whatsnew/3.13.html - Add it to nightly CIs