artificialwisdomai / origin

Artificial Wisdomâ„¢ Cloud Platform
Apache License 2.0
3 stars 4 forks source link

Enable proper build of faiss #115

Closed sdake closed 10 months ago

sdake commented 11 months ago

There are several problems with the current faiss build. Most importantly the build doesn't dynamically link correctly. faiss*whl is missing a shared object, and once this shared object is included, the rpath is incorrect.

sdake commented 11 months ago

Fixes: https://github.com/artificialwisdomai/origin/issues/114

sdake commented 10 months ago

@MostAwesomeDude there is one small change needed to this build. I have completely disassembled my rack, and am in the process of rewiring it (today).

I will add that one minimal change today, once done with the rack, and then this shouodol be mergeable!

sdake commented 10 months ago

Ok, this one is good to go!